diff --git a/config/main.py b/config/main.py index ed071c6887..14d2e4dfa5 100755 --- a/config/main.py +++ b/config/main.py @@ -288,13 +288,10 @@ def _abort_if_false(ctx, param, value): def _stop_services(): services = [ - 'dhcp_relay', 'swss', - 'snmp', 'lldp', 'pmon', 'bgp', - 'teamd', 'hostcfgd', ] for service in services: @@ -312,11 +309,8 @@ def _restart_services(): 'rsyslog-config', 'swss', 'bgp', - 'teamd', 'pmon', 'lldp', - 'snmp', - 'dhcp_relay', 'hostcfgd', ] for service in services: