man: document that inability to execute Symlinks= is not fatal

Fixes: #6920
This commit is contained in:
Lennart Poettering 2017-09-26 18:36:41 +02:00
parent 1af87ab7d6
commit 3ecc7fc3e6

View file

@ -804,14 +804,13 @@
<varlistentry> <varlistentry>
<term><varname>Symlinks=</varname></term> <term><varname>Symlinks=</varname></term>
<listitem><para>Takes a list of file system paths. The <listitem><para>Takes a list of file system paths. The specified paths will be created as symlinks to the
specified paths will be created as symlinks to the AF_UNIX <constant>AF_UNIX</constant> socket path or FIFO path of this socket unit. If this setting is used, only one
socket path or FIFO path of this socket unit. If this setting <constant>AF_UNIX</constant> socket in the file system or one FIFO may be configured for the socket unit. Use
is used, only one AF_UNIX socket in the file system or one this option to manage one or more symlinked alias names for a socket, binding their lifecycle together. Note
FIFO may be configured for the socket unit. Use this option to that if creation of a symlink fails this is not considered fatal for the socket unit, and the socket unit may
manage one or more symlinked alias names for a socket, binding still start. If an empty string is assigned, the list of paths is reset. Defaults to an empty
their lifecycle together. If the empty string is assigned, the list.</para></listitem>
list of paths is reset. Defaults to the empty list.</para></listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>