diff --git a/docs/index.md b/docs/index.md index c853d8020ec..c5d7f849914 100644 --- a/docs/index.md +++ b/docs/index.md @@ -67,9 +67,9 @@ Welcome to Fedora 20 (Heisenbug)! Starting Recreate Volatile Files and Directories... Starting Trigger Flushing of Journal to Persistent Storage... [ OK ] Started Recreate Volatile Files and Directories. - Starting Update UTMP about System Reboot/Shutdown... + Starting Record System Reboot/Shutdown in UTMP... [ OK ] Started Trigger Flushing of Journal to Persistent Storage. -[ OK ] Started Update UTMP about System Reboot/Shutdown. +[ OK ] Started Record System Reboot/Shutdown in UTMP. [ OK ] Reached target System Initialization. [ OK ] Reached target Timers. [ OK ] Listening on D-Bus System Message Bus Socket. diff --git a/units/systemd-update-utmp-runlevel.service.in b/units/systemd-update-utmp-runlevel.service.in index d94b22253e6..11177dc621f 100644 --- a/units/systemd-update-utmp-runlevel.service.in +++ b/units/systemd-update-utmp-runlevel.service.in @@ -8,7 +8,7 @@ # (at your option) any later version. [Unit] -Description=Update UTMP about System Runlevel Changes +Description=Record Runlevel Change in UTMP Documentation=man:systemd-update-utmp-runlevel.service(8) man:utmp(5) DefaultDependencies=no RequiresMountsFor=/var/log/wtmp diff --git a/units/systemd-update-utmp.service.in b/units/systemd-update-utmp.service.in index 89bfd636217..cedefa8e08d 100644 --- a/units/systemd-update-utmp.service.in +++ b/units/systemd-update-utmp.service.in @@ -8,7 +8,7 @@ # (at your option) any later version. [Unit] -Description=Update UTMP about System Boot/Shutdown +Description=Record System Boot/Shutdown in UTMP Documentation=man:systemd-update-utmp.service(8) man:utmp(5) DefaultDependencies=no RequiresMountsFor=/var/log/wtmp