summaryrefslogtreecommitdiff
path: root/services/sigterm.in
blob: cb408f2f2f0ed6d245237f4a3c5363ca51b8fba5 (plain)
1
2
3
4
5
6
7
8
9
description send SIGTERM to all processes
type wait
target %0
before sigkill sync reboot shutdown

exec {
	"@SCRIPTDIR@/killall5" 15
	"@BINPATH@/sleep" 5
}