Last active
August 29, 2015 14:18
-
-
Save tgerring/eae5e85bd62664d2f25d to your computer and use it in GitHub Desktop.
Geth Upstart script
This file contains 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
description "geth bootnode" | |
start on runlevel [2345] | |
stop on shutdown | |
respawn | |
respawn limit 10 5 | |
setuid ubuntu | |
setgid ubuntu | |
script | |
exec bash -c '/home/ubuntu/go/bin/geth --rpc --maxpeers "64"' | |
end script |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment