Commit 26ecb37 1 parent 18d6b90 commit 26ecb37 Copy full SHA for 26ecb37
File tree 1 file changed +11
-9
lines changed
1 file changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,17 @@ stdout_logfile=syslog
26
26
stderr_logfile=syslog
27
27
dependent_startup=true
28
28
29
+ [program:gearsyncd]
30
+ command=/usr/bin/gearsyncd -p /usr/share/sonic/hwsku/gearbox_config.json
31
+ priority=3
32
+ autostart=false
33
+ autorestart=unexpected
34
+ startretries=0
35
+ stdout_logfile=syslog
36
+ stderr_logfile=syslog
37
+ dependent_startup=true
38
+ dependent_startup_wait_for=swssconfig:exited
39
+
29
40
[program:portsyncd]
30
41
command=/usr/bin/portsyncd
31
42
priority=3
@@ -70,15 +81,6 @@ stderr_logfile=syslog
70
81
dependent_startup=true
71
82
dependent_startup_wait_for=orchagent:running
72
83
73
- [program:gearsyncd]
74
- command=/usr/bin/gearsyncd -p /usr/share/sonic/hwsku/gearbox_config.json
75
- priority=4
76
- autostart=false
77
- autorestart=unexpected
78
- startretries=0
79
- stdout_logfile=syslog
80
- stderr_logfile=syslog
81
-
82
84
[program:neighsyncd]
83
85
command=/usr/bin/neighsyncd
84
86
priority=7
You can’t perform that action at this time.
0 commit comments