mirror of
https://github.com/pygos/init.git
synced 2024-11-05 12:17:10 +01:00
56e6004336
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
9 lines
175 B
Text
9 lines
175 B
Text
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
|