diff options
author | David Strauss <david@davidstrauss.net> | 2012-11-21 04:22:12 +0100 |
---|---|---|
committer | David Strauss <david@davidstrauss.net> | 2012-11-21 04:22:12 +0100 |
commit | 878836df2d714a9580ad31b9db88fda862e0df50 (patch) | |
tree | 3a0e355aef6f86ef66b47531e0460653a24713a8 /man/systemd.mount.xml | |
parent | hwdb: fix usage (diff) | |
download | systemd-878836df2d714a9580ad31b9db88fda862e0df50.tar.xz systemd-878836df2d714a9580ad31b9db88fda862e0df50.zip |
mount: clarify that User= and Group= are useless with an explicit Type=
Diffstat (limited to 'man/systemd.mount.xml')
-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 |