]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man/systemd.mount: update implicit deps on device unit
authorMike Yuan <me@yhndnzj.com>
Thu, 7 Dec 2023 10:06:03 +0000 (18:06 +0800)
committerMike Yuan <me@yhndnzj.com>
Mon, 11 Dec 2023 16:34:32 +0000 (00:34 +0800)
See also: 707ecf1423ba8797ccc3ced016cc9e0f23635838

man/systemd.mount.xml

index e11b9ffed42f4e92dffb341c09860154ff1db568..8b7f5be8c46b089bded5fbf5b0c9f4c54ac2ef32 100644 (file)
         system hierarchy, both a requirement dependency and an ordering
         dependency between both units are created automatically.</para></listitem>
 
-        <listitem><para>Block device backed file systems automatically gain
-        <varname>BindsTo=</varname> and <varname>After=</varname> type
-        dependencies on the device unit encapsulating the block
-        device (see below).</para></listitem>
-
-        <listitem><para>If traditional file system quota is enabled for a mount
-        unit, automatic <varname>Wants=</varname> and
-        <varname>Before=</varname> dependencies on
-        <filename>systemd-quotacheck.service</filename> and
-        <filename>quotaon.service</filename> are added.</para></listitem>
-
-        <listitem><para>Additional implicit dependencies may be added as result of
-        execution and resource control parameters as documented in
+        <listitem><para>Block device backed file systems automatically gain <varname>Requires=</varname>,
+        <varname>StopPropagatedFrom=</varname>, and <varname>After=</varname> type dependencies on the
+        device unit encapsulating the block device (see <varname>x-systemd.device-bound=</varname> for details).
+        </para></listitem>
+
+        <listitem><para>If traditional file system quota is enabled for a mount unit, automatic
+        <varname>Wants=</varname> and <varname>Before=</varname> dependencies on
+        <filename>systemd-quotacheck.service</filename> and <filename>quotaon.service</filename>
+        are added.</para></listitem>
+
+        <listitem><para>Additional implicit dependencies may be added as result of execution and
+        resource control parameters as documented in
         <citerefentry><refentrytitle>systemd.exec</refentrytitle><manvolnum>5</manvolnum></citerefentry>
         and
         <citerefentry><refentrytitle>systemd.resource-control</refentrytitle><manvolnum>5</manvolnum></citerefentry>.