man/systemd.mount: update implicit deps on device unit

See also: 707ecf1423
This commit is contained in:
Mike Yuan 2023-12-07 18:06:03 +08:00
parent bf8726d1ee
commit d3a7602d83
No known key found for this signature in database
GPG key ID: 417471C0A40F58B3

View file

@ -104,19 +104,18 @@
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>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>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>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>.