X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd.mount.xml;h=7f879db7099c930d839c78a9239ed733496caf53;hb=aa7cb2098302d45c8768ca08bf1e433a19aa46b9;hp=78b5f5257c3aea88603cd2782dffbf009be8edf2;hpb=8a1175118e7a2e60a6ec42624f915e26e821f4e8;p=elogind.git diff --git a/man/systemd.mount.xml b/man/systemd.mount.xml index 78b5f5257..7f879db70 100644 --- a/man/systemd.mount.xml +++ b/man/systemd.mount.xml @@ -102,10 +102,18 @@ in the file system hierarchy, a dependency between both units is created automatically. - Mount points created at runtime independent on - unit files or /etc/fstab will be + Mount points created at runtime (independently of + unit files or /etc/fstab) will be monitored by systemd and appear like any other mount unit in systemd. + + Some file systems have special semantics as API + file systems for kernel-to-userspace and + userspace-to-userpace interfaces. Some of them may not + be changed via mount units, and cannot be disabled. + For a longer discussion see API + File Systems. @@ -145,8 +153,16 @@ h, ms. If a mount point is configured in both - /etc/fstab and a unit file, the - configuration in the latter takes precedence. + /etc/fstab and a unit file that + is stored below /usr the former + will take precedence. If the unit file is stored below + /etc it will take + precedence. This means: native unit files take + precedence over traditional configuration files, but + this is superseded by the rule that configuration in + /etc will always take precedence + over configuration in + /usr. @@ -282,7 +298,8 @@ systemd.service5, systemd.device5, mount8, - systemd-fstab-generator8 + systemd-fstab-generator8, + systemd.directives7