chef/cookbooks/ipfs/templates/default/ipfs.systemd.service.erb
2018-08-13 12:05:50 +02:00

12 lines
152 B
Plaintext

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