about summary refs log tree commit diff
path: root/1
diff options
context:
space:
mode:
authorJuan RP <xtraeme@gmail.com>2014-08-08 11:30:58 +0200
committerJuan RP <xtraeme@gmail.com>2014-08-08 11:30:58 +0200
commitc9ce7f091c19df03401612a03573b89563cd829a (patch)
tree5d4358e099cc4da1418012aad8b806a1afdbe623 /1
parent387f205f49b115694727e60290da9674d15efb56 (diff)
downloadrunit-void-c9ce7f091c19df03401612a03573b89563cd829a.tar.gz
runit-void-c9ce7f091c19df03401612a03573b89563cd829a.tar.xz
runit-void-c9ce7f091c19df03401612a03573b89563cd829a.zip
1: make SIGCONT work to halt the system.
Diffstat (limited to '1')
-rwxr-xr-x14
1 files changed, 2 insertions, 2 deletions
diff --git a/1 b/1
index 62aa0ea..f7e4ee1 100755
--- a/1
+++ b/1
@@ -17,7 +17,7 @@ done
 
 dmesg >/var/log/dmesg.log
 
-install -m0 /dev/null /etc/runit/reboot
-install -m0 /dev/null /etc/runit/stopit
+install -m100 /dev/null /etc/runit/reboot
+install -m100 /dev/null /etc/runit/stopit
 
 msg "Initialization complete, running stage 2...\n"