File tree Expand file tree Collapse file tree
platform/vs/docker-physyncd-vs Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ program:syncd
Original file line number Diff line number Diff line change @@ -3,21 +3,39 @@ logfile_maxbytes=1MB
33logfile_backups=2
44nodaemon=true
55
6- [program:start.sh]
7- command=/usr/bin/start.sh
8- priority=1
6+ [eventlistener:dependent-startup]
7+ command=python -m supervisord_dependent_startup
98autostart=true
10- autorestart=false
9+ autorestart=unexpected
10+ startretries=0
11+ exitcodes=0,3
12+ events=PROCESS_STATE
13+
14+ [eventlistener:supervisor-proc-exit-listener]
15+ command=/usr/bin/supervisor-proc-exit-listener --container-name physyncd
16+ events=PROCESS_STATE_EXITED
17+ autostart=true
18+ autorestart=unexpected
19+
20+ [program:rsyslogd]
21+ command=/usr/sbin/rsyslogd -n -iNONE
22+ priority=1
23+ autostart=false
24+ autorestart=unexpected
1125stdout_logfile=syslog
1226stderr_logfile=syslog
27+ dependent_startup=true
1328
14- [program:rsyslogd ]
15- command=/usr/sbin/rsyslogd -n
29+ [program:start ]
30+ command=/usr/bin/start.sh
1631priority=2
1732autostart=false
1833autorestart=false
34+ startsecs=0
1935stdout_logfile=syslog
2036stderr_logfile=syslog
37+ dependent_startup=true
38+ dependent_startup_wait_for=rsyslogd:running
2139
2240[program:physyncd]
2341command=/usr/bin/physyncd_start.sh
@@ -26,3 +44,5 @@ autostart=false
2644autorestart=false
2745stdout_logfile=syslog
2846stderr_logfile=syslog
47+ dependent_startup=true
48+ dependent_startup_wait_for=start:exited
You can’t perform that action at this time.
0 commit comments