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.
FreeDMR/docker-configs/supervisord.conf

32 lines
635 B

[supervisord]
nodaemon=true
logfile=/dev/null
logfile_maxbytes=0
pidfile=/tmp/supervisord.pid
[program:freedmr]
stdout_logfile=/dev/fd/1
stdout_logfile_maxbytes=0
redirect_stderr=true
command=python /opt/freedmr/bridge_master.py -c freedmr.cfg
stopwaitsecs=30
autorestart=true
priority=2
[program:proxy]
stdout_logfile=/dev/fd/1
stdout_logfile_maxbytes=0
redirect_stderr=true
command=python /opt/freedmr/hotspot_proxy_v2.py
stopwaitsecs=30
autorestart=true
priority=1
[program:playback]
stdout_logfile=/dev/fd/1
stdout_logfile_maxbytes=0
redirect_stderr=true
command=/opt/freedmr/playback.py -c loro.cfg
autorestart=true
priority=3

Powered by TurnKey Linux.