Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/fast-reboot
Original file line number Diff line number Diff line change
Expand Up @@ -851,7 +851,7 @@ if [ -x ${LOG_SSD_HEALTH} ]; then
fi

# Stop any timers to prevent any containers starting in the middle of the process.
TIMERS=$(systemctl list-dependencies --plain sonic-delayed.target | sed 1d)
TIMERS=$(systemctl list-dependencies --plain sonic.target | sed 1d | grep '.timer$')
for timer in ${TIMERS}; do
debug "Stopping ${timer} ..."
systemctl stop ${timer}
Expand Down
Loading