diff options
author | David Strauss <david@davidstrauss.net> | 2012-11-20 19:22:12 -0800 |
---|---|---|
committer | David Strauss <david@davidstrauss.net> | 2012-11-20 19:22:12 -0800 |
commit | 878836df2d714a9580ad31b9db88fda862e0df50 (patch) | |
tree | 3a0e355aef6f86ef66b47531e0460653a24713a8 | |
parent | e32a4e1ef4c61561b08f50f73f82587bdc946b40 (diff) |
mount: clarify that User= and Group= are useless with an explicit Type=
-rw-r--r-- | man/systemd.mount.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man/systemd.mount.xml b/man/systemd.mount.xml index 219ef6531e..f32861b159 100644 --- a/man/systemd.mount.xml +++ b/man/systemd.mount.xml @@ -75,7 +75,9 @@ binary is executed in, and in <citerefentry><refentrytitle>systemd.kill</refentrytitle><manvolnum>5</manvolnum></citerefentry> which define the way the processes are - terminated.</para> + terminated. The User= and Group= options are not useful + for mount units specifying a Type= option; the mount + binary must run as root if there is a specified type.</para> <para>Mount units must be named after the mount point directories they control. Example: the mount point |