Skip to content

Commit 270208b

Browse files
[config reload]: Restart mux container (sonic-net#1401)
* Add `mux` to list of services to reset fail counts and restart after config reload Signed-off-by: Lawrence Lee <lawlee@microsoft.com>
1 parent e6cce21 commit 270208b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/main.py

+2
Original file line numberDiff line numberDiff line change
@@ -755,6 +755,7 @@ def _reset_failed_services(config_db):
755755
'hostname-config',
756756
'interfaces-config',
757757
'lldp',
758+
'mux',
758759
'nat',
759760
'ntp-config',
760761
'pmon',
@@ -787,6 +788,7 @@ def _restart_services(config_db):
787788
'ntp-config',
788789
'rsyslog-config',
789790
'swss',
791+
'mux',
790792
'bgp',
791793
'pmon',
792794
'lldp',

0 commit comments

Comments
 (0)