chef/site-cookbooks/ipfs/templates/default/ipfs-cluster.systemd.service.erb
Greg Karékinian 7a8042e356 Add initial IPFS Cluster support
It uses an encrypted data bag to store the cluster secret that has to be
the same on all members of a cluster. It installs ipfs-cluster-service
and ipfs-cluster-ctl and starts the cluster

Refs #25
2018-08-06 18:05:44 +02:00

12 lines
176 B
Plaintext

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