Skip to content

Commit f435804

Browse files
quagga container processes could be restarted within a second (#1541)
1 parent 208ca43 commit f435804

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

dockers/docker-fpm-quagga/supervisord.conf

+6
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ command=/usr/bin/start.sh
88
priority=1
99
autostart=true
1010
autorestart=false
11+
startsecs=0
1112
stdout_logfile=syslog
1213
stderr_logfile=syslog
1314

@@ -16,6 +17,7 @@ command=/usr/bin/bgpcfgd
1617
priority=2
1718
autostart=false
1819
autorestart=false
20+
startsecs=0
1921
stdout_logfile=syslog
2022
stderr_logfile=syslog
2123

@@ -24,6 +26,7 @@ command=/usr/sbin/rsyslogd -n
2426
priority=3
2527
autostart=false
2628
autorestart=false
29+
startsecs=0
2730
stdout_logfile=syslog
2831
stderr_logfile=syslog
2932

@@ -32,6 +35,7 @@ command=/usr/lib/quagga/zebra -A 127.0.0.1
3235
priority=4
3336
autostart=false
3437
autorestart=false
38+
startsecs=0
3539
stdout_logfile=syslog
3640
stderr_logfile=syslog
3741

@@ -40,6 +44,7 @@ command=/usr/lib/quagga/bgpd -A 127.0.0.1 -F
4044
priority=5
4145
autostart=false
4246
autorestart=false
47+
startsecs=0
4348
stdout_logfile=syslog
4449
stderr_logfile=syslog
4550

@@ -48,5 +53,6 @@ command=fpmsyncd
4853
priority=6
4954
autostart=false
5055
autorestart=false
56+
startsecs=0
5157
stdout_logfile=syslog
5258
stderr_logfile=syslog

0 commit comments

Comments
 (0)