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

10 lines
144 B
Plaintext
Raw Normal View History

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