diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-08-31 01:35:43 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-08-31 01:35:43 +0200 |
commit | 4b7b2efb69943aae0f8287df6e28b637c50fe318 (patch) | |
tree | 5de30335e4fcd97f19b8fc785552f92813b1dd04 /man | |
parent | a17b785b5fa57fba8cd658fdf710d5987413d9c2 (diff) |
man: don't recommend After=syslog.target anymore since we don't support non-socket-activatable syslogs anymore where that was ncessary
Diffstat (limited to 'man')
-rw-r--r-- | man/daemon.xml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/man/daemon.xml b/man/daemon.xml index 4673794f09..997ee5b253 100644 --- a/man/daemon.xml +++ b/man/daemon.xml @@ -705,24 +705,6 @@ operating system-independent.</para></listitem> - <listitem><para>Since not all syslog - implementations are socket-activatable - yet, it is recommended to place an - <varname>After=syslog.target</varname> - dependency in service files for - daemons that can log to - syslog. <filename>syslog.target</filename> - then either pulls in the syslog daemon - itself or simply the activation - socket. A <varname>Wants=</varname> or - even <varname>Requires=</varname> - dependency should generally not be - added, since it should be up to the - administrator whether he wants to - enable logging or not, and most syslog - clients work fine if no log daemon is - running.</para></listitem> - <listitem><para>Make sure to include an <literal>[Install]</literal> section including installation |