X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd.special.xml.in;h=1d9c1326b4f2e5d43634f2eee69d54c2407c06a8;hb=eeb7229cba8ef6445a9fc5ca2b0da06453d616af;hp=0af9c6e7bb1a20ea6ed69ba0d1cb2cad4d9cac60;hpb=683f468c54a81fd4084a2ba1082025959cd3c7d1;p=elogind.git diff --git a/man/systemd.special.xml.in b/man/systemd.special.xml.in index 0af9c6e7b..1d9c1326b 100644 --- a/man/systemd.special.xml.in +++ b/man/systemd.special.xml.in @@ -50,9 +50,11 @@ basic.target, ctrl-alt-del.target, + @SPECIAL_DBUS_SERVICE@, default.target, display-manager.service, emergency.service, + exit.service, graphical.target, halt.target, kbrequest.target, @@ -79,6 +81,7 @@ sockets.target, swap.target, syslog.target, + @SPECIAL_SYSLOG_SERVICE@, systemd-initctl.service, systemd-initctl.socket, systemd-logger.service, @@ -132,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 @@ -572,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 @@ -635,6 +666,35 @@ shutdown.target, sockets.target, swap.target. + + In addition the following special unit is + understood only when systemd runs as service instance: + + + + exit.service + + A special service unit + for shutting down the + session. + + Applications wanting to + terminate the session should + start this unit. If systemd + receives SIGTERM or SIGINT + when running as session daemon + it will start this + unit. + + Normally, this pulls in + shutdown.target + which in turn should be + conflicted by all units that + want to be shut down on + session exit. + + +