File tree Expand file tree Collapse file tree 1 file changed +16
-3
lines changed
Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -30,21 +30,34 @@ stderr_logfile=NONE
3030stderr_syslog=true
3131dependent_startup=true
3232
33+ [program:wait-for-loopback]
34+ command=/usr/bin/python3 /usr/bin/wait_for_loopback.py
35+ priority=2
36+ autostart=false
37+ autorestart=false
38+ startsecs=0
39+ stdout_logfile=NONE
40+ stdout_syslog=true
41+ stderr_logfile=NONE
42+ stderr_syslog=true
43+ dependent_startup=true
44+ dependent_startup_wait_for=rsyslogd:running
45+
3346[program:swbusd]
3447command=/bin/bash -c 'SLOT=${DEV: -1}; exec /usr/bin/swbusd -s "$SLOT"'
35- priority=2
48+ priority=3
3649autostart=false
3750autorestart=true
3851stdout_logfile=NONE
3952stdout_syslog=true
4053stderr_logfile=NONE
4154stderr_syslog=true
4255dependent_startup=true
43- dependent_startup_wait_for=rsyslogd:running
56+ dependent_startup_wait_for=wait-for-loopback:exited
4457
4558[program:hamgrd]
4659command=/bin/bash -c 'SLOT=${DEV: -1}; exec /usr/bin/hamgrd -s "$SLOT"'
47- priority=3
60+ priority=4
4861autostart=false
4962autorestart=false
5063stdout_logfile=NONE
You can’t perform that action at this time.
0 commit comments