Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
JunhongMao committed May 13, 2024
1 parent 6214787 commit ba93f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/chassis_modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def fabric_module_set_admin_status(db, chassis_module_name, state):
# To address systemd service restart limit by resetting the count
clicommon.run_command('sudo systemctl reset-failed swss@{}.service'.format(asic))
clicommon.run_command('sudo systemctl start swss@{}.service'.format(asic))
else:
elif state == "up":
for asic in asic_list:
click.echo("Start swss@{} and syncd@{} services".format(asic, asic))
clicommon.run_command('sudo systemctl start swss@{}.service'.format(asic))
Expand Down

0 comments on commit ba93f2e

Please sign in to comment.