From: Lennart Poettering Date: Mon, 25 Jun 2012 22:21:13 +0000 (+0200) Subject: man: document systemd-shutdownd X-Git-Tag: v186~86 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=11901ad59689002aa7bbf598e76617f1cfeebd34 man: document systemd-shutdownd --- diff --git a/Makefile.am b/Makefile.am index e3a179b31..751511bc4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -490,7 +490,8 @@ MANPAGES = \ man/systemd-inhibit.1 \ man/systemd-remount-fs.service.8 \ man/systemd-update-utmp-runlevel.service.8 \ - man/systemd-initctl.service.8 + man/systemd-initctl.service.8 \ + man/systemd-shutdownd.service.8 MANPAGES_ALIAS = \ man/reboot.8 \ @@ -502,7 +503,8 @@ MANPAGES_ALIAS = \ man/systemd-remount-fs.8 \ man/systemd-update-utmp-shutdown.service.8 \ man/systemd-update-utmp.8 \ - man/systemd-initctl.8 + man/systemd-initctl.8 \ + man/systemd-shutdownd.8 man/reboot.8: man/halt.8 man/poweroff.8: man/halt.8 @@ -514,6 +516,7 @@ man/systemd-remount-fs.8: man/systemd-remount-fs.service.8 man/systemd-update-utmp-shutdown.service.8: man/systemd-update-utmp-runlevel.service.8 man/systemd-update-utmp.8: man/systemd-update-utmp-runlevel.service.8 man/systemd-initctl.8: man/systemd-initctl.service.8 +man/systemd-shutdownd.8: man/systemd-shutdownd.service.8 XML_FILES = \ ${patsubst %.1,%.xml,${patsubst %.3,%.xml,${patsubst %.5,%.xml,${patsubst %.7,%.xml,${patsubst %.8,%.xml,$(MANPAGES)}}}}} diff --git a/man/systemd-shutdownd.service.xml b/man/systemd-shutdownd.service.xml new file mode 100644 index 000000000..146495a0b --- /dev/null +++ b/man/systemd-shutdownd.service.xml @@ -0,0 +1,75 @@ + + + + + + + + + systemd-shutdownd.service + systemd + + + + Developer + Lennart + Poettering + lennart@poettering.net + + + + + + systemd-shutdownd.service + 8 + + + + systemd-shutdownd.service + systemd-shutdownd + systemd scheduled shutdown daemon + + + + systemd-shutdownd.service + /usr/lib/systemd/systemd-shutdownd + + + + Description + + systemd-shutdownd.service is a + system service that implements scheduled shutdowns, as + exposed by + shutdown8. + systemd-shutdownd.service is automatically activated on request and terminates + itself when it is unused. + + + + See Also + + systemd1, + shutdown8 + + + + diff --git a/units/systemd-shutdownd.service.in b/units/systemd-shutdownd.service.in index b9e271f0f..f51417f58 100644 --- a/units/systemd-shutdownd.service.in +++ b/units/systemd-shutdownd.service.in @@ -7,6 +7,7 @@ [Unit] Description=Delayed Shutdown Service +Documentation=man:systemd-shutdown.service(8) DefaultDependencies=no [Service]