mirror of
https://github.com/systemd/systemd.git
synced 2024-12-23 21:35:11 +03:00
man: document syslog and dbus services
This commit is contained in:
parent
a1b256b0b5
commit
eeb7229cba
@ -50,6 +50,7 @@
|
||||
<refsynopsisdiv>
|
||||
<para><filename>basic.target</filename>,
|
||||
<filename>ctrl-alt-del.target</filename>,
|
||||
<filename>@SPECIAL_DBUS_SERVICE@</filename>,
|
||||
<filename>default.target</filename>,
|
||||
<filename>display-manager.service</filename>,
|
||||
<filename>emergency.service</filename>,
|
||||
@ -80,6 +81,7 @@
|
||||
<filename>sockets.target</filename>,
|
||||
<filename>swap.target</filename>,
|
||||
<filename>syslog.target</filename>,
|
||||
<filename>@SPECIAL_SYSLOG_SERVICE@</filename>,
|
||||
<filename>systemd-initctl.service</filename>,
|
||||
<filename>systemd-initctl.socket</filename>,
|
||||
<filename>systemd-logger.service</filename>,
|
||||
@ -133,6 +135,17 @@
|
||||
<filename>reboot.target</filename>.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><filename>@SPECIAL_DBUS_SERVICE@</filename></term>
|
||||
<listitem>
|
||||
<para>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.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><filename>default.target</filename></term>
|
||||
<listitem>
|
||||
@ -573,6 +586,23 @@
|
||||
service).</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><filename>@SPECIAL_SYSLOG_SERVICE@</filename></term>
|
||||
<listitem>
|
||||
<para>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.</para>
|
||||
<para>Applications should
|
||||
generally not depend on this
|
||||
service, and depend on
|
||||
<filename>syslog.target</filename>
|
||||
instead.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><filename>systemd-initctl.service</filename></term>
|
||||
<listitem>
|
||||
|
Loading…
Reference in New Issue
Block a user