killall5 shouldn't be hardcoded
This commit is contained in:
parent
4a013c42c4
commit
3a9f581a79
4
bin/rc
4
bin/rc
|
@ -84,10 +84,10 @@ rc.services_stop() {
|
||||||
|
|
||||||
rc.stop_everything() {
|
rc.stop_everything() {
|
||||||
echo "Politely asking all processes to shut down..."
|
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..."
|
echo "Killing the remaning ones..."
|
||||||
/opt/sbase/bin/killall5 -s 9
|
killall5 -s 9
|
||||||
}
|
}
|
||||||
|
|
||||||
rc.unmount_everything() {
|
rc.unmount_everything() {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user