From 298973a7ae3ecc52eaa9a16831dffec3d4cf50fb Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Wed, 15 Jan 2020 22:42:15 +0300 Subject: remove halt -w --- rc.shutdown | 2 -- 1 file changed, 2 deletions(-) diff --git a/rc.shutdown b/rc.shutdown index 6413da5..a9ca570 100755 --- a/rc.shutdown +++ b/rc.shutdown @@ -20,8 +20,6 @@ out "Saving random seed..."; { dd count=1 bs=512 if=/dev/random of=/var/random.seed } -halt -w - out "Sending TERM signal to all processes..."; { killall5 -TERM sleep 1 -- cgit v1.2.3