1
0
Fork 0
mirror of https://github.com/pygos/init-scripts.git synced 2024-05-08 23:16:13 +02:00
init-scripts/services/sigterm.in

10 lines
144 B
Plaintext
Raw Permalink Normal View History

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