We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6b4fe7 commit e3e82b1Copy full SHA for e3e82b1
scripts/reboot
@@ -9,7 +9,7 @@ REBOOT_CAUSE_FILE="/var/cache/sonic/reboot-cause.txt"
9
10
function stop_sonic_services()
11
{
12
- echo "Stopping syncd..."
+ echo "Stopping syncd process..."
13
docker exec -i syncd /usr/bin/syncd_request_shutdown --cold > /dev/null
14
sleep 3
15
}
0 commit comments