1
0
Fork 0
mirror of https://github.com/pygos/init.git synced 2024-11-05 12:17:10 +01:00
init/services/sigterm.in
David Oberhollenzer 38ad6f1b2f Allow aggregating command lines in blocks
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
2018-04-11 23:01:35 +02:00

9 lines
156 B
Text

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