mirror of
https://github.com/pygos/init-scripts.git
synced 2024-11-14 00:47:10 +01:00
021fa43244
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
9 lines
144 B
Text
9 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
|
|
}
|