diff options
Diffstat (limited to 'data/console-kit-log-system-stop.service.in')
-rw-r--r-- | data/console-kit-log-system-stop.service.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/data/console-kit-log-system-stop.service.in b/data/console-kit-log-system-stop.service.in index 3292238..97d03e4 100644 --- a/data/console-kit-log-system-stop.service.in +++ b/data/console-kit-log-system-stop.service.in @@ -1,8 +1,9 @@ [Unit] Description=Console System Shutdown Logging DefaultDependencies=no -Before=poweroff.service reboot.service halt.service killall.service -After=console-kit-system-start.service +Wants=sysinit.target +After=sysinit.target console-kit-system-start.service +Before=shutdown.service [Service] Type=oneshot |