go-ethereum/docker/supervisord.conf
Christopher Franko 93da39a0b9 i hate docker
2015-09-03 17:19:31 -04:00

23 lines
No EOL
463 B
Text

[supervisord]
nodaemon=false
[program:gexp]
priority=30
directory=~/go-expanse/
command=build/bin/gexp --rpc
user=root
autostart=true
autorestart=true
startsecs=10
stopsignal=QUIT
stdout_logfile=/var/log/gexp.log
stderr_logfile=/var/log/gexp.err
[unix_http_server]
file=%(here)s/supervisor.sock
[supervisorctl]
serverurl=unix://%(here)s/supervisor.sock
[rpcinterface:supervisor]
supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface