1
0
Fork 0

Update 2018-02-17

This commit is contained in:
Nguyễn Gia Phong 2018-02-17 16:27:10 +07:00
parent 136db4319e
commit 23698b275c
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1 @@
/home/cnx/.config/systemd/user/ipfs.service

View File

@ -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