diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-03-18 04:31:22 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-03-18 04:53:31 +0100 |
commit | f1dd0c3f9b4a257e81ff9c6a08070c702a0db45a (patch) | |
tree | 34ae8bb9ab04facd195a83a6300306edac96479e /man | |
parent | 0732ec002ea941f32e8def518150d2b6423315e3 (diff) |
syslog: rework syslog detection so that we need no compile-time option what the name of the syslog implementation is
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.special.xml.in | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/man/systemd.special.xml.in b/man/systemd.special.xml.in index 1506f34948..df62e9c4cd 100644 --- a/man/systemd.special.xml.in +++ b/man/systemd.special.xml.in @@ -78,7 +78,6 @@ <filename>sockets.target</filename>, <filename>swap.target</filename>, <filename>sysinit.target</filename>, - <filename>@SPECIAL_SYSLOG_SERVICE@</filename>, <filename>syslog.target</filename>, <filename>systemd-initctl.service</filename>, <filename>systemd-initctl.socket</filename>, @@ -543,27 +542,6 @@ </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>Units should generally - avoid depending on this unit - directly and instead refer to - the - <filename>syslog.target</filename> - unit instead, which pulls this - one in directly or indirectly - via socket-based activation.</para> - </listitem> - </varlistentry> - <varlistentry> <term><filename>syslog.target</filename></term> <listitem> <para>systemd automatically @@ -574,15 +552,6 @@ referring to the <literal>$syslog</literal> facility.</para> - - <para>Administrators should - ensure that this target pulls - in a service unit with the - name or alias of - <filename>@SPECIAL_SYSLOG_SERVICE@</filename> - (or a socket unit that - activates this - service).</para> </listitem> </varlistentry> <varlistentry> |