Created
January 17, 2019 21:59
-
-
Save abrkn/4b972b4676651520192cc7d5d9545e57 to your computer and use it in GitHub Desktop.
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 | |
[Service] | |
User=ubuntu | |
Group=ubuntu | |
ExecStart=/usr/local/bin/bitcoind -datadir=/opt/bitcoin | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment