From: Lennart Poettering Date: Wed, 9 Dec 2020 13:04:21 +0000 (+0100) Subject: man: document that automount units are privileged X-Git-Tag: v248-rc1~550 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eef34a1d8fe5ca44bdab189b682642096c53e661;p=thirdparty%2Fsystemd.git man: document that automount units are privileged Fixes: #17886 --- diff --git a/man/systemd.automount.xml b/man/systemd.automount.xml index a592fd3af2f..a6bc81e216b 100644 --- a/man/systemd.automount.xml +++ b/man/systemd.automount.xml @@ -63,6 +63,10 @@ for mount dependencies here. For example, you should not set After=network-online.target or similar on network filesystems. Doing so may result in an ordering cycle. + + Note that automount support on Linux is privileged, automount units are hence only available in the + system service manager (and root's user service manager), but not in unprivileged user's service + manager. diff --git a/man/systemd.swap.xml b/man/systemd.swap.xml index 3e41d6f0bfe..2a867f92e97 100644 --- a/man/systemd.swap.xml +++ b/man/systemd.swap.xml @@ -59,6 +59,9 @@ systemd.unit5. Note that swap units cannot be templated, nor is possible to add multiple names to a swap unit by creating additional symlinks to it. + + Note that swap support on Linux is privileged, swap units are hence only available in the system + service manager (and root's user service manager), but not in unprivileged user's service manager.