fp/ansible/roles/ipfs/templates/ipfs-cluster-follow.service.j2
CJ_Clippy 325fe576e2
Some checks failed
ci / test (push) Failing after 6m3s
fp/our CI/CD / build (push) Successful in 1m27s
add ipfs playbook
2025-10-04 08:45:34 -08:00

15 lines
311 B
Django/Jinja

[Unit]
Description=ipfs-cluster-follow
[Service]
Type=simple
Environment=CLUSTER_PEERNAME="{{ ipfs_cluster_peername }}"
ExecStart=/usr/local/bin/ipfs-cluster-follow futureporn.net run --init https://futureporn.net/api/service.json
User=ipfs
Restart=always
RestartSec=10
[Install]
WantedBy=multi-user.target