X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd.special.xml.in;h=ac9f0f5a6ab1598cd7d07fba9dd5eec67668dbfa;hb=73c33e7f225f81e6066386fba997e8ea2ba361b3;hp=79c6db1a5b24a3adf6b83f30d6e9f2e14659d433;hpb=0d624a785aed0423ee87f70d33de97df9662844b;p=elogind.git diff --git a/man/systemd.special.xml.in b/man/systemd.special.xml.in index 79c6db1a5..ac9f0f5a6 100644 --- a/man/systemd.special.xml.in +++ b/man/systemd.special.xml.in @@ -50,7 +50,8 @@ basic.target, ctrl-alt-del.target, - @SPECIAL_DBUS_SERVICE@, + dbus.service, + dbus.target, default.target, display-manager.service, emergency.service, @@ -78,8 +79,8 @@ sockets.target, swap.target, sysinit.target, - syslog.target, @SPECIAL_SYSLOG_SERVICE@, + syslog.target, systemd-initctl.service, systemd-initctl.socket, systemd-logger.service, @@ -133,7 +134,7 @@ - @SPECIAL_DBUS_SERVICE@ + dbus.service A special unit for the D-Bus system bus. As soon as @@ -141,6 +142,28 @@ up systemd will connect to it and register its service. + + Units should generally + avoid depending on this unit + directly and instead refer to + the + dbus.target + unit instead, which pulls this + one in directly or indirectly + via socket-based activation. + + + + dbus.target + + Administrators should + ensure that this target pulls + in a service unit with the + name or alias of + dbus.service + (or a socket unit that + activates this + service). @@ -522,28 +545,6 @@ files. - - syslog.target - - systemd automatically - adds dependencies of type - After for this target unit to - all SysV init script service - units with an LSB header - referring to the - $syslog - facility. - - Administrators should - ensure that this target pulls - in a service unit with the - name or alias of - @SPECIAL_SYSLOG_SERVICE@ - (or a socket unit that - activates this - service). - - sysinit.target @@ -571,11 +572,37 @@ and use it for logging if it has been configured for that. - Applications should - generally not depend on this - service, and depend on + + Units should generally + avoid depending on this unit + directly and instead refer to + the syslog.target - instead. + unit instead, which pulls this + one in directly or indirectly + via socket-based activation. + + + + syslog.target + + systemd automatically + adds dependencies of type + After for this target unit to + all SysV init script service + units with an LSB header + referring to the + $syslog + facility. + + Administrators should + ensure that this target pulls + in a service unit with the + name or alias of + @SPECIAL_SYSLOG_SERVICE@ + (or a socket unit that + activates this + service).