Dharwin1942

ipfs.service

Mar 30th, 2019
443
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.24 KB | None | 0 0
  1. [Unit]
  2. Description=IPFS Daemon
  3. After=network.target
  4.  
  5. [Service]
  6. User=ipfs
  7. Environment="IPFS_PATH=/home/ipfs/.ipfs"
  8. ExecStart=/usr/bin/ipfs daemon --mount --enable-gc --routing=dhtclient
  9. Restart=always
  10.  
  11. [Install]
  12. WantedBy=multi-user.target
Add Comment
Please, Sign In to add comment