Skip to content

Instantly share code, notes, and snippets.

@davispuh
Created January 6, 2014 14:34
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save davispuh/8283597 to your computer and use it in GitHub Desktop.
Save davispuh/8283597 to your computer and use it in GitHub Desktop.
Bitcoin-daemon service file for Systemd
[Unit]
Description=Bitcoin daemon serivce
After=network.target
[Service]
Type=simple
User=bitcoin
ExecStart=/usr/bin/bitcoind
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment