From eeb7229cba8ef6445a9fc5ca2b0da06453d616af Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 24 May 2010 22:31:50 +0200 Subject: [PATCH] man: document syslog and dbus services --- man/systemd.special.xml.in | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/man/systemd.special.xml.in b/man/systemd.special.xml.in index 1c9e88c61..1d9c1326b 100644 --- a/man/systemd.special.xml.in +++ b/man/systemd.special.xml.in @@ -50,6 +50,7 @@ basic.target, ctrl-alt-del.target, + @SPECIAL_DBUS_SERVICE@, default.target, display-manager.service, emergency.service, @@ -80,6 +81,7 @@ sockets.target, swap.target, syslog.target, + @SPECIAL_SYSLOG_SERVICE@, systemd-initctl.service, systemd-initctl.socket, systemd-logger.service, @@ -133,6 +135,17 @@ reboot.target. + + @SPECIAL_DBUS_SERVICE@ + + A special unit for the + D-Bus system bus. As soon as + this service is fully started + up systemd will connect to it + and register its + service. + + default.target @@ -573,6 +586,23 @@ service). + + @SPECIAL_SYSLOG_SERVICE@ + + A special unit for the + syslog daemon. As soon as + this service is fully started + up systemd will connect to it + and use it for logging if it + has been configured for + that. + Applications should + generally not depend on this + service, and depend on + syslog.target + instead. + + systemd-initctl.service -- 2.30.2