init-scripts/services/sigterm.in

10 lines
144 B
Plaintext

description send SIGTERM to all processes
type wait
target %0
before sigkill sync reboot shutdown
exec {
"@SCRIPTDIR@/killall5" 15
sleep 5
}