summaryrefslogtreecommitdiff
path: root/units
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-06-25 22:07:58 +0200
committerLennart Poettering <lennart@poettering.net>2012-06-25 22:07:58 +0200
commit6b7b92055db40070676bf3c0539a27569c1203b6 (patch)
tree979409ce0434fc2aedbc048df0a0d2c255c3b382 /units
parent35eb6b124ebdf82bd77aad6e44962a9a039c4d33 (diff)
man: document systemd-update-utmp-runlevel
Diffstat (limited to 'units')
-rw-r--r--units/systemd-update-utmp-runlevel.service.in2
-rw-r--r--units/systemd-update-utmp-shutdown.service.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/units/systemd-update-utmp-runlevel.service.in b/units/systemd-update-utmp-runlevel.service.in
index 7b6fbadf12..27fae2cd02 100644
--- a/units/systemd-update-utmp-runlevel.service.in
+++ b/units/systemd-update-utmp-runlevel.service.in
@@ -7,7 +7,7 @@
[Unit]
Description=Update UTMP about System Runlevel Changes
-Documentation=man:utmp(5)
+Documentation=man:systemd-update-utmp-runlevel.service(8) man:utmp(5)
DefaultDependencies=no
RequiresMountsFor=/var/log/wtmp
After=systemd-remount-fs.service systemd-tmpfiles-setup.service auditd.service
diff --git a/units/systemd-update-utmp-shutdown.service.in b/units/systemd-update-utmp-shutdown.service.in
index 8615d150b5..aa93562f02 100644
--- a/units/systemd-update-utmp-shutdown.service.in
+++ b/units/systemd-update-utmp-shutdown.service.in
@@ -7,7 +7,7 @@
[Unit]
Description=Update UTMP about System Shutdown
-Documentation=man:utmp(5)
+Documentation=man:systemd-update-utmp-runlevel.service(8) man:utmp(5)
DefaultDependencies=no
RequiresMountsFor=/var/log/wtmp
After=systemd-remount-fs.service systemd-tmpfiles-setup.service auditd.service