Advertisement
Dharwin1942

ipfs-cluster-service.service

Mar 25th, 2019
353
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.21 KB | None | 0 0
  1. [Unit]
  2. Description=IPFS Cluster Service on Node A
  3. After=network.target
  4.  
  5. [Service]
  6. ExecStart=/usr/local/bin/ipfs-cluster-service daemon
  7. Restart=on-failure
  8. User=root
  9.  
  10. [Install]
  11. WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement