You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
454 B
23 lines
454 B
[supervisord]
|
|
nodaemon=false
|
|
|
|
[program:eth]
|
|
priority=30
|
|
directory=/
|
|
command=eth --bootstrap --json-rpc
|
|
user=root
|
|
autostart=true
|
|
autorestart=true
|
|
startsecs=10
|
|
stopsignal=QUIT
|
|
stdout_logfile=/var/log/eth.log
|
|
stderr_logfile=/var/log/eth.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
|