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