summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/console-kit-log-system-restart.service.in6
-rw-r--r--data/console-kit-log-system-start.service.in6
-rw-r--r--data/console-kit-log-system-stop.service.in6
3 files changed, 9 insertions, 9 deletions
diff --git a/data/console-kit-log-system-restart.service.in b/data/console-kit-log-system-restart.service.in
index ad8f624..2e2974e 100644
--- a/data/console-kit-log-system-restart.service.in
+++ b/data/console-kit-log-system-restart.service.in
@@ -1,9 +1,9 @@
[Unit]
Description=Console System Reboot Logging
DefaultDependencies=no
-Wants=local-fs.target sysinit.target
-After=local-fs.target sysinit.target console-kit-system-start.service
-Before=poweroff.service reboot.service halt.service killall.service
+Wants=sysinit.target
+After=sysinit.target console-kit-system-start.service
+Before=shutdown.service
[Service]
Type=oneshot
diff --git a/data/console-kit-log-system-start.service.in b/data/console-kit-log-system-start.service.in
index ccda7f4..5900bf0 100644
--- a/data/console-kit-log-system-start.service.in
+++ b/data/console-kit-log-system-start.service.in
@@ -1,9 +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
+Wants=sysinit.target
+After=sysinit.target
+Before=shutdown.service
[Service]
Type=oneshot
diff --git a/data/console-kit-log-system-stop.service.in b/data/console-kit-log-system-stop.service.in
index 928e6bf..97d03e4 100644
--- a/data/console-kit-log-system-stop.service.in
+++ b/data/console-kit-log-system-stop.service.in
@@ -1,9 +1,9 @@
[Unit]
Description=Console System Shutdown Logging
DefaultDependencies=no
-Wants=local-fs.target sysinit.target
-After=local-fs.target sysinit.target console-kit-system-start.service
-Before=poweroff.service reboot.service halt.service killall.service
+Wants=sysinit.target
+After=sysinit.target console-kit-system-start.service
+Before=shutdown.service
[Service]
Type=oneshot