diff --git a/scripts/fast-reboot b/scripts/fast-reboot index 8a6e1102ea..df64637712 100755 --- a/scripts/fast-reboot +++ b/scripts/fast-reboot @@ -713,6 +713,11 @@ then systemctl stop "$service_name" fi +if [[ "$sonic_asic_type" = 'clounix' ]]; +then + systemctl stop clx-modules.service || debug "Ignore stopping clounix service error $?" +fi + if [[ "$REBOOT_TYPE" = "fast-reboot" ]]; then # Remove FLEX_COUNTER_TABLE from config_db.json # This is done so that in fast-reboot recovery path, FLEX_COUNTER polling is delayed.