1
0
Fork 0
mirror of https://github.com/pygos/init.git synced 2024-07-03 16:30:12 +02:00
init/services/sigterm.in
David Oberhollenzer dc5afbc771 Deduce service name from file name
Remove redundant name keyword from service files

Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
2018-03-26 01:08:42 +02:00

10 lines
205 B
Plaintext

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