Skip to content

Instantly share code, notes, and snippets.

@zommuter
Forked from davispuh/bitcoind.service
Last active November 7, 2015 19:51
Show Gist options
  • Save zommuter/bb7ed67e452e237ac5ac to your computer and use it in GitHub Desktop.
Save zommuter/bb7ed67e452e237ac5ac 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/nice -n 15 /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