From: Lennart Poettering Date: Mon, 25 Jun 2012 22:15:59 +0000 (+0200) Subject: man: document systemd-initctl X-Git-Tag: v186~87 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=f59e0b64351adec735d06ccf0d0ff0eb31c902c0 man: document systemd-initctl --- diff --git a/Makefile.am b/Makefile.am index 054481426..e3a179b31 100644 --- a/Makefile.am +++ b/Makefile.am @@ -489,7 +489,8 @@ MANPAGES = \ man/journalctl.1 \ man/systemd-inhibit.1 \ man/systemd-remount-fs.service.8 \ - man/systemd-update-utmp-runlevel.service.8 + man/systemd-update-utmp-runlevel.service.8 \ + man/systemd-initctl.service.8 MANPAGES_ALIAS = \ man/reboot.8 \ @@ -500,7 +501,8 @@ MANPAGES_ALIAS = \ man/systemd-journald.8 \ man/systemd-remount-fs.8 \ man/systemd-update-utmp-shutdown.service.8 \ - man/systemd-update-utmp.8 + man/systemd-update-utmp.8 \ + man/systemd-initctl.8 man/reboot.8: man/halt.8 man/poweroff.8: man/halt.8 @@ -511,6 +513,7 @@ man/systemd-journald.8: man/systemd-journald.service.8 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 XML_FILES = \ ${patsubst %.1,%.xml,${patsubst %.3,%.xml,${patsubst %.5,%.xml,${patsubst %.7,%.xml,${patsubst %.8,%.xml,$(MANPAGES)}}}}} diff --git a/man/systemd-initctl.service.xml b/man/systemd-initctl.service.xml new file mode 100644 index 000000000..92d91fcb4 --- /dev/null +++ b/man/systemd-initctl.service.xml @@ -0,0 +1,74 @@ + + + + + + + + + systemd-initctl.service + systemd + + + + Developer + Lennart + Poettering + lennart@poettering.net + + + + + + systemd-initctl.service + 8 + + + + systemd-initctl.service + systemd-initctl + systemd /dev/initctl Compatibility + + + + systemd-initctl.service + /usr/lib/systemd/systemd-initctl + + + + Description + + systemd-initctl is a system + service that implements compatibility with the + /dev/initctl FIFO file system + object, as implemented by the SysV init system. systemd-initctl is + automatically activated on request and terminates + itself when it is unused. + + + + See Also + + systemd1 + + + + diff --git a/units/systemd-initctl.service.in b/units/systemd-initctl.service.in index 11e228603..27e663c8d 100644 --- a/units/systemd-initctl.service.in +++ b/units/systemd-initctl.service.in @@ -7,6 +7,7 @@ [Unit] Description=/dev/initctl Compatibility Daemon +Documentation=man:systemd-initctl.service(8) DefaultDependencies=no [Service]