Created
October 10, 2014 20:57
-
-
Save NSkelsey/633508acf8487740a678 to your computer and use it in GitHub Desktop.
supervisor bitcoin configuration
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
[program:bitcoin] | |
command = /usr/local/bin/bitcoind --datadir=/home/ubuntu/.bitcoin | |
user = ubuntu | |
directory = /home/ubuntu/ | |
startsecs=20 | |
autostart=true | |
autorestart=true | |
startretries=1 | |
redirect_stderr=true | |
logfile_maxbytes = 50MB | |
loglevel = warn | |
stdout_logfile = /var/log/txwaittime/btcsupervisor.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment