]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: document that inability to execute Symlinks= is not fatal
authorLennart Poettering <lennart@poettering.net>
Tue, 26 Sep 2017 16:36:41 +0000 (18:36 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 27 Sep 2017 15:53:00 +0000 (17:53 +0200)
Fixes: #6920
man/systemd.socket.xml

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