diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-04-16 01:58:52 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-04-16 02:03:35 +0200 |
commit | 25e3655a00ba41424c95222aba71c543e84fd3e3 (patch) | |
tree | a11e7f42cc487e791772d826c1432f504b8a6519 | |
parent | units: order quotacheck after remount-rootfs (diff) | |
download | systemd-25e3655a00ba41424c95222aba71c543e84fd3e3.tar.xz systemd-25e3655a00ba41424c95222aba71c543e84fd3e3.zip |
units: wording fix
-rw-r--r-- | units/systemd-shutdownd.service.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/systemd-shutdownd.service.in b/units/systemd-shutdownd.service.in index 2214cafab2..657365a451 100644 --- a/units/systemd-shutdownd.service.in +++ b/units/systemd-shutdownd.service.in @@ -8,7 +8,7 @@ # See systemd.special(7) for details [Unit] -Description=Delayed Shutdown Daemon +Description=Delayed Shutdown Service DefaultDependencies=no [Service] |