Skip to content

Instantly share code, notes, and snippets.

@NSkelsey
Created October 10, 2014 20:57
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NSkelsey/633508acf8487740a678 to your computer and use it in GitHub Desktop.
Save NSkelsey/633508acf8487740a678 to your computer and use it in GitHub Desktop.
supervisor bitcoin configuration
[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