diff options
Diffstat (limited to 'dev/.config/systemd')
-rw-r--r-- | dev/.config/systemd/user/ipfs.service | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dev/.config/systemd/user/ipfs.service b/dev/.config/systemd/user/ipfs.service new file mode 100644 index 0000000..26edbb2 --- /dev/null +++ b/dev/.config/systemd/user/ipfs.service @@ -0,0 +1,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 |