summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2011-04-14 01:12:51 +0200
committerLennart Poettering <lennart@poettering.net>2011-04-14 01:12:54 +0200
commit14d5ef815d3f1a1a7d72bdc242c7ebb085372c8d (patch)
tree41b4c67f9cb6c96e89bd5a262d8ccc4f8dee5bd6 /data
parent91c73e774a033b6399624d8d5991543c70623ee0 (diff)
systemd: don't pull in sysinit.target
In case of shutdown when sysinit.target is not up yet (i.e. emergency mode or suchlike) ensure that we don't try to start sysinit.target before shutting down.
Diffstat (limited to 'data')
-rw-r--r--data/console-kit-log-system-restart.service.in1
-rw-r--r--data/console-kit-log-system-start.service.in1
-rw-r--r--data/console-kit-log-system-stop.service.in1
3 files changed, 0 insertions, 3 deletions
diff --git a/data/console-kit-log-system-restart.service.in b/data/console-kit-log-system-restart.service.in
index d69333f..4d787e3 100644
--- a/data/console-kit-log-system-restart.service.in
+++ b/data/console-kit-log-system-restart.service.in
@@ -1,7 +1,6 @@
[Unit]
Description=Console System Reboot Logging
DefaultDependencies=no
-Wants=sysinit.target
After=sysinit.target console-kit-log-system-start.service
Before=shutdown.target
diff --git a/data/console-kit-log-system-start.service.in b/data/console-kit-log-system-start.service.in
index e84c5b1..200685d 100644
--- a/data/console-kit-log-system-start.service.in
+++ b/data/console-kit-log-system-start.service.in
@@ -1,7 +1,6 @@
[Unit]
Description=Console System Startup Logging
DefaultDependencies=no
-Wants=sysinit.target
After=sysinit.target
Before=shutdown.target
diff --git a/data/console-kit-log-system-stop.service.in b/data/console-kit-log-system-stop.service.in
index 8e7a4d0..1b8b528 100644
--- a/data/console-kit-log-system-stop.service.in
+++ b/data/console-kit-log-system-stop.service.in
@@ -1,7 +1,6 @@
[Unit]
Description=Console System Shutdown Logging
DefaultDependencies=no
-Wants=sysinit.target
After=sysinit.target console-kit-log-system-start.service
Before=shutdown.target