diff options
| -rwxr-xr-x | rc.shutdown | 2 | 
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 | 
