Skip to content

Commit

Permalink
[config] Do no stop or restart dependent services (sonic-net#582)
Browse files Browse the repository at this point in the history
  • Loading branch information
jleveque authored Jul 25, 2019
1 parent b9d962d commit eec2abe
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions config/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -312,11 +309,8 @@ def _restart_services():
'rsyslog-config',
'swss',
'bgp',
'teamd',
'pmon',
'lldp',
'snmp',
'dhcp_relay',
'hostcfgd',
]
for service in services:
Expand Down

0 comments on commit eec2abe

Please sign in to comment.