Last active
May 12, 2020 14:56
-
-
Save i5heu/6e7584eb8c3cf454e3c0eebf56f3d9fa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=IPFS daemon | |
After=network.target | |
[Service] | |
User=ipfs | |
Group=ipfs | |
ExecStart=/usr/local/bin/ipfs daemon | |
Restart=on-failure | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment