Skip to content

Instantly share code, notes, and snippets.

@pat36
Created October 12, 2017 16:59
Show Gist options
  • Save pat36/42f37b38afcad2198ca898751ac7b670 to your computer and use it in GitHub Desktop.
Save pat36/42f37b38afcad2198ca898751ac7b670 to your computer and use it in GitHub Desktop.
sudo cp ipfs.service /etc/systemd/system/ipfs.service
[Unit]
Description=IPFS daemon
After=network.target
[Service]
ExecStart=/usr/bin/ipfs daemon
[Install]
WantedBy=multiuser.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment