diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-03-06 04:51:48 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-03-06 05:04:51 +0100 |
commit | 9533ad1f429ec037a155a5793d70ef49e69fbec2 (patch) | |
tree | 5e0a7dffc3dea36e1c0b0bd659f28a149c6bed1c /units/systemd-update-utmp.service.in | |
parent | d1a6f44125c31364b02da66216a5f9b3647fd0d7 (diff) |
units: don't use the word 'Reboot' for Startup, but simply 'Boot'
Diffstat (limited to 'units/systemd-update-utmp.service.in')
-rw-r--r-- | units/systemd-update-utmp.service.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/systemd-update-utmp.service.in b/units/systemd-update-utmp.service.in index e7c20a5ead..da7dda76ba 100644 --- a/units/systemd-update-utmp.service.in +++ b/units/systemd-update-utmp.service.in @@ -6,7 +6,7 @@ # (at your option) any later version. [Unit] -Description=Update UTMP about System Reboot/Shutdown +Description=Update UTMP about System Boot/Shutdown Documentation=man:systemd-update-utmp.service(8) man:utmp(5) DefaultDependencies=no RequiresMountsFor=/var/log/wtmp |