]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: update DefaultDependency= in systemd.mount(5) 11562/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 26 Jan 2019 12:05:27 +0000 (13:05 +0100)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 26 Jan 2019 12:06:16 +0000 (13:06 +0100)
Follow-up for d54bab90e64f70c1ecf9b0683a98adb8485ed09e and the
previous commit.

man/systemd.mount.xml

index 6d8c873ca52a6ecb3b328efb14d8cc78241a61a5..7355b135e972a46512da513b95981e8c6ba488a5 100644 (file)
         <filename>umount.target</filename> in order to be stopped during shutdown.</para></listitem>
 
         <listitem><para>Mount units referring to local file systems automatically gain
-        an <varname>After=</varname> dependency on <filename>local-fs-pre.target</filename>.</para></listitem>
+        an <varname>After=</varname> dependency on <filename>local-fs-pre.target</filename>, and a
+        <varname>Before=</varname> dependency on <filename>local-fs.target</filename> unless
+        <option>nofail</option> mount option is set.</para></listitem>
 
         <listitem><para>Network mount units
         automatically acquire <varname>After=</varname> dependencies on <filename>remote-fs-pre.target</filename>,
-        <filename>network.target</filename> and <filename>network-online.target</filename>. Towards the latter a
+        <filename>network.target</filename> and <filename>network-online.target</filename>, and gain a
+        <varname>Before=</varname> dependency on <filename>remote-fs.target</filename> unless
+        <option>nofail</option> mount option is set. Towards the latter a
         <varname>Wants=</varname> unit is added as well.</para></listitem>
       </itemizedlist>