ipfs-cookbook/templates/default/ipfs-cluster.systemd.service.erb
Greg Karékinian c6c5d00f36 Run ipfs-cluster with the --upgrade switch
It upgrades the state if needed
2019-02-25 12:51:37 +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