1
0
Fork 0
mirror of https://github.com/pygos/init.git synced 2024-11-22 19:19:47 +01:00
init/services/shutdown.in

9 lines
165 B
Text
Raw Normal View History

name = "shutdown"
description = "system shutdown"
exec = "@SBINPATH@/shutdown -npf"
type = wait
target = shutdown
after = "sync"
after = "sigkill"
after = "sigterm"