File tree 1 file changed +6
-0
lines changed
dockers/docker-fpm-quagga
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ command=/usr/bin/start.sh
8
8
priority=1
9
9
autostart=true
10
10
autorestart=false
11
+ startsecs=0
11
12
stdout_logfile=syslog
12
13
stderr_logfile=syslog
13
14
@@ -16,6 +17,7 @@ command=/usr/bin/bgpcfgd
16
17
priority=2
17
18
autostart=false
18
19
autorestart=false
20
+ startsecs=0
19
21
stdout_logfile=syslog
20
22
stderr_logfile=syslog
21
23
@@ -24,6 +26,7 @@ command=/usr/sbin/rsyslogd -n
24
26
priority=3
25
27
autostart=false
26
28
autorestart=false
29
+ startsecs=0
27
30
stdout_logfile=syslog
28
31
stderr_logfile=syslog
29
32
@@ -32,6 +35,7 @@ command=/usr/lib/quagga/zebra -A 127.0.0.1
32
35
priority=4
33
36
autostart=false
34
37
autorestart=false
38
+ startsecs=0
35
39
stdout_logfile=syslog
36
40
stderr_logfile=syslog
37
41
@@ -40,6 +44,7 @@ command=/usr/lib/quagga/bgpd -A 127.0.0.1 -F
40
44
priority=5
41
45
autostart=false
42
46
autorestart=false
47
+ startsecs=0
43
48
stdout_logfile=syslog
44
49
stderr_logfile=syslog
45
50
@@ -48,5 +53,6 @@ command=fpmsyncd
48
53
priority=6
49
54
autostart=false
50
55
autorestart=false
56
+ startsecs=0
51
57
stdout_logfile=syslog
52
58
stderr_logfile=syslog
You can’t perform that action at this time.
0 commit comments