aboutsummaryrefslogtreecommitdiff
path: root/services/sigterm.in
blob: 7e77fbaf787db3124a06ed63a62cbf3f404212da (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
	sleep 5
}