19 lines
334 B
Plaintext
19 lines
334 B
Plaintext
[supervisord]
|
|
nodaemon=true
|
|
logfile=/dev/null
|
|
pidfile=/tmp/supervisord.pid
|
|
|
|
[program:rpki-rtr]
|
|
command=/usr/local/bin/rpki
|
|
autostart=true
|
|
autorestart=true
|
|
startsecs=2
|
|
startretries=3
|
|
stopsignal=TERM
|
|
stopasgroup=true
|
|
killasgroup=true
|
|
stdout_logfile=/dev/fd/1
|
|
stdout_logfile_maxbytes=0
|
|
stderr_logfile=/dev/fd/2
|
|
stderr_logfile_maxbytes=0
|