diff options
author | Lennart Poettering <lennart@poettering.net> | 2020-12-09 14:04:21 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2020-12-09 18:25:32 +0100 |
commit | eef34a1d8fe5ca44bdab189b682642096c53e661 (patch) | |
tree | 3f6c0c2c18cd192e12a6243f99ec41b38d892c96 /man/systemd.swap.xml | |
parent | Merge pull request #17911 from yuwata/log-cli-program-use-journal (diff) | |
download | systemd-eef34a1d8fe5ca44bdab189b682642096c53e661.tar.xz systemd-eef34a1d8fe5ca44bdab189b682642096c53e661.zip |
man: document that automount units are privileged
Fixes: #17886
Diffstat (limited to 'man/systemd.swap.xml')
-rw-r--r-- | man/systemd.swap.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man/systemd.swap.xml b/man/systemd.swap.xml index 3e41d6f0bf..2a867f92e9 100644 --- a/man/systemd.swap.xml +++ b/man/systemd.swap.xml @@ -59,6 +59,9 @@ <citerefentry><refentrytitle>systemd.unit</refentrytitle><manvolnum>5</manvolnum></citerefentry>. Note that swap units cannot be templated, nor is possible to add multiple names to a swap unit by creating additional symlinks to it.</para> + + <para>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.</para> </refsect1> <refsect1> |