mirror of
https://github.com/pygos/init.git
synced 2024-11-22 19:19:47 +01:00
11 lines
222 B
Text
11 lines
222 B
Text
|
name = "sigterm"
|
||
|
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"
|