diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-11-19 02:33:52 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-11-19 02:34:39 +0100 |
commit | ad93ff6f212815f7b8cdd4b0f6796965f61f26a3 (patch) | |
tree | 8ecb0b66834d64ba5eabc362e4f2eb32538f5961 | |
parent | 14bab7395cad34e1780c984b9028fdd5555f6165 (diff) |
systemd: fix name of unit
-rw-r--r-- | data/console-kit-log-system-restart.service.in | 2 | ||||
-rw-r--r-- | data/console-kit-log-system-start.service.in | 2 | ||||
-rw-r--r-- | data/console-kit-log-system-stop.service.in | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/data/console-kit-log-system-restart.service.in b/data/console-kit-log-system-restart.service.in index 2e2974e..04d89a7 100644 --- a/data/console-kit-log-system-restart.service.in +++ b/data/console-kit-log-system-restart.service.in @@ -3,7 +3,7 @@ Description=Console System Reboot Logging DefaultDependencies=no Wants=sysinit.target After=sysinit.target console-kit-system-start.service -Before=shutdown.service +Before=shutdown.target [Service] Type=oneshot diff --git a/data/console-kit-log-system-start.service.in b/data/console-kit-log-system-start.service.in index 5900bf0..e84c5b1 100644 --- a/data/console-kit-log-system-start.service.in +++ b/data/console-kit-log-system-start.service.in @@ -3,7 +3,7 @@ Description=Console System Startup Logging DefaultDependencies=no Wants=sysinit.target After=sysinit.target -Before=shutdown.service +Before=shutdown.target [Service] Type=oneshot diff --git a/data/console-kit-log-system-stop.service.in b/data/console-kit-log-system-stop.service.in index 97d03e4..5cf0f98 100644 --- a/data/console-kit-log-system-stop.service.in +++ b/data/console-kit-log-system-stop.service.in @@ -3,7 +3,7 @@ Description=Console System Shutdown Logging DefaultDependencies=no Wants=sysinit.target After=sysinit.target console-kit-system-start.service -Before=shutdown.service +Before=shutdown.target [Service] Type=oneshot |