Advertisement
Dharwin1942

ipfs.service

Mar 25th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.20 KB | None | 0 0
  1. [Unit]
  2. Description=IPFS Daemon
  3. [Service]
  4. Type=simple
  5. ExecStart=/usr/local/bin/ipfs daemon --enable-gc
  6. Group=root
  7. Restart=always
  8. Environment="IPFS_PATH=/root/.ipfs"
  9. [Install]
  10. WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement