aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-01-15 22:42:15 +0300
committerCem Keylan <cem@ckyln.com>2020-01-15 22:42:15 +0300
commit298973a7ae3ecc52eaa9a16831dffec3d4cf50fb (patch)
treea9410639541e246b9833955d459b73dcbd115182
parent8ff69e2800b4a4cda10efe99027a049fa6fcbdae (diff)
downloadinit-298973a7ae3ecc52eaa9a16831dffec3d4cf50fb.tar.gz
remove halt -w
-rwxr-xr-xrc.shutdown2
1 files changed, 0 insertions, 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