Skip to content

Commit f7d46ed

Browse files
authored
Revert "[reboot] stop docker service before rebooting (sonic-net#423)" (sonic-net#434)
This reverts commit 220e269.
1 parent da3934e commit f7d46ed

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

scripts/reboot

-4
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ function stop_sonic_services()
1515
docker exec -i syncd /usr/bin/syncd_request_shutdown --cold > /dev/null
1616
sleep 3
1717
fi
18-
19-
# Stop docker service to avoid 5-10 minutes delay in shutdown
20-
# while waiting for existing docker containers to quit.
21-
timeout 30s systemctl stop docker
2218
}
2319

2420
function clear_warm_boot()

0 commit comments

Comments
 (0)