ok I really need a makefile for this. killall5 in sysv and ubase are different

This commit is contained in:
2014-07-23 23:59:24 +04:00
parent b075b55846
commit 9eaeb20880
2 changed files with 7 additions and 5 deletions

4
bin/rc
View File

@@ -84,10 +84,10 @@ rc.services_stop() {
rc.stop_everything() {
echo "Politely asking all processes to shut down..."
killall5 -s 15; sleep 3
killall5 -15; sleep 3
echo "Killing the remaning ones..."
killall5 -s 9
killall5 -9
}
rc.unmount_everything() {