File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ program:fdbsyncd
12
12
program:vlanmgrd
13
13
program:intfmgrd
14
14
program:portmgrd
15
+ program:fabricmgrd
15
16
program:buffermgrd
16
17
program:vrfmgrd
17
18
program:nbrmgrd
Original file line number Diff line number Diff line change @@ -190,6 +190,19 @@ environment=ASAN_OPTIONS="log_path=/var/log/asan/portmgrd-asan.log{{ asan_extra_
190
190
{% endif %}
191
191
{% - endif %}
192
192
193
+ [program:fabricmgrd]
194
+ command=/usr/bin/fabricmgrd
195
+ priority=10
196
+ autostart=false
197
+ autorestart=false
198
+ stdout_logfile=syslog
199
+ stderr_logfile=syslog
200
+ dependent_startup=true
201
+ dependent_startup_wait_for=swssconfig:exited
202
+ {% if ENABLE_ASAN == "y" %}
203
+ environment=ASAN_OPTIONS="log_path=/var/log/asan/fabricmgrd-asan.log{{ asan_extra_options }}"
204
+ {% endif %}
205
+
193
206
{% if is_fabric_asic == 0 %}
194
207
[program:buffermgrd]
195
208
command=/usr/bin/buffermgrd.sh
You can’t perform that action at this time.
0 commit comments