killall5 shouldn't be hardcoded

This commit is contained in:
Jack L. Frost 2014-05-07 17:28:45 +04:00
parent 4a013c42c4
commit 3a9f581a79
1 changed files with 2 additions and 2 deletions

4
bin/rc
View File

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