Skip to content

Instantly share code, notes, and snippets.

@i5heu
Last active May 12, 2020 14:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save i5heu/6e7584eb8c3cf454e3c0eebf56f3d9fa to your computer and use it in GitHub Desktop.
Save i5heu/6e7584eb8c3cf454e3c0eebf56f3d9fa to your computer and use it in GitHub Desktop.
[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