diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-01-20 19:19:46 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-01-20 19:21:19 +0100 |
commit | a3db5f00cfb924d3d93da5eca0914d23d7102fcd (patch) | |
tree | 35837650f553b7e17f25cbb5f89de5ec8efa7e75 | |
parent | bdd4b0ca1c7e766649349a4b2a131f1f795d6ad6 (diff) |
systemd: fix reference to systemd units
-rw-r--r-- | data/console-kit-log-system-restart.service.in | 2 | ||||
-rw-r--r-- | data/console-kit-log-system-stop.service.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/data/console-kit-log-system-restart.service.in b/data/console-kit-log-system-restart.service.in index 04d89a7..d69333f 100644 --- a/data/console-kit-log-system-restart.service.in +++ b/data/console-kit-log-system-restart.service.in @@ -2,7 +2,7 @@ Description=Console System Reboot Logging DefaultDependencies=no Wants=sysinit.target -After=sysinit.target console-kit-system-start.service +After=sysinit.target console-kit-log-system-start.service Before=shutdown.target [Service] diff --git a/data/console-kit-log-system-stop.service.in b/data/console-kit-log-system-stop.service.in index 5cf0f98..8e7a4d0 100644 --- a/data/console-kit-log-system-stop.service.in +++ b/data/console-kit-log-system-stop.service.in @@ -2,7 +2,7 @@ Description=Console System Shutdown Logging DefaultDependencies=no Wants=sysinit.target -After=sysinit.target console-kit-system-start.service +After=sysinit.target console-kit-log-system-start.service Before=shutdown.target [Service] |