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

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

[Install]
WantedBy=default.target