about summary refs log tree commit diff
path: root/debian/.config/systemd/user/ipfs.service
blob: 26edbb201c1da42f0ad793ab811122d915b64008 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=IPFS daemon
After=network.target

[Service]
ExecStart=/home/cnx/.local/share/go/bin/ipfs daemon
Restart=on-failure

[Install]
WantedBy=default.target