mirror of
https://github.com/pygos/init-scripts.git
synced 2024-11-14 17:07:11 +01:00
10 lines
144 B
Text
10 lines
144 B
Text
|
description send SIGTERM to all processes
|
||
|
type wait
|
||
|
target %0
|
||
|
before sigkill sync reboot shutdown
|
||
|
|
||
|
exec {
|
||
|
"@SCRIPTDIR@/killall5" 15
|
||
|
sleep 5
|
||
|
}
|