Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # cat /usr/lib/systemd/system/ipfs.service
- [Unit]
- Description=InterPlanetary File System (IPFS) daemon
- After=network.target
- [Service]
- Type=forking
- ExecStart=/usr/bin/ipfs daemon --writable
- Restart=on-failure
- User=root
- Group=root
- [Install]
- WantedBy=default.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement