From: Mike Yuan Date: Thu, 7 Dec 2023 10:06:03 +0000 (+0800) Subject: man/systemd.mount: update implicit deps on device unit X-Git-Tag: v256-rc1~1426^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3a7602d83cbff9de5ebe8f8b7028d0910310694;p=thirdparty%2Fsystemd.git man/systemd.mount: update implicit deps on device unit See also: 707ecf1423ba8797ccc3ced016cc9e0f23635838 --- diff --git a/man/systemd.mount.xml b/man/systemd.mount.xml index e11b9ffed42..8b7f5be8c46 100644 --- a/man/systemd.mount.xml +++ b/man/systemd.mount.xml @@ -104,19 +104,18 @@ system hierarchy, both a requirement dependency and an ordering dependency between both units are created automatically. - Block device backed file systems automatically gain - BindsTo= and After= type - dependencies on the device unit encapsulating the block - device (see below). - - If traditional file system quota is enabled for a mount - unit, automatic Wants= and - Before= dependencies on - systemd-quotacheck.service and - quotaon.service are added. - - Additional implicit dependencies may be added as result of - execution and resource control parameters as documented in + Block device backed file systems automatically gain Requires=, + StopPropagatedFrom=, and After= type dependencies on the + device unit encapsulating the block device (see x-systemd.device-bound= for details). + + + If traditional file system quota is enabled for a mount unit, automatic + Wants= and Before= dependencies on + systemd-quotacheck.service and quotaon.service + are added. + + Additional implicit dependencies may be added as result of execution and + resource control parameters as documented in systemd.exec5 and systemd.resource-control5.