-
-
Save zommuter/bb7ed67e452e237ac5ac to your computer and use it in GitHub Desktop.
Bitcoin-daemon service file for Systemd
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=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