chef/cookbooks/ipfs/templates/default/ipfs-cluster.systemd.service.erb
2019-02-25 12:57:11 +01:00

12 lines
186 B
Plaintext

[Unit]
Description=Start ipfs-cluster
[Service]
ExecStart=/usr/local/bin/ipfs-cluster-service daemon --upgrade
User=ipfs
Group=ipfs
Restart=always
[Install]
WantedBy=multi-user.target