about summary refs log tree commit diff
path: root/debian/.config/systemd/user/ipfs.service
blob: 5d67f7e2b79bb62dc656dffd0f8db8dc4262bcdc (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 --mount
Restart=on-failure

[Install]
WantedBy=default.target