diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-04-14 01:12:51 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-04-14 01:12:54 +0200 |
commit | 14d5ef815d3f1a1a7d72bdc242c7ebb085372c8d (patch) | |
tree | 41b4c67f9cb6c96e89bd5a262d8ccc4f8dee5bd6 | |
parent | 91c73e774a033b6399624d8d5991543c70623ee0 (diff) | |
download | ConsoleKit2-14d5ef815d3f1a1a7d72bdc242c7ebb085372c8d.tar.gz |
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.
-rw-r--r-- | data/console-kit-log-system-restart.service.in | 1 | ||||
-rw-r--r-- | data/console-kit-log-system-start.service.in | 1 | ||||
-rw-r--r-- | data/console-kit-log-system-stop.service.in | 1 |
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 |