diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-06-30 00:11:25 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-06-30 00:11:25 +0200 |
commit | 64747e2d4b6feb61e9f9e70d36ffcf5a972e168a (patch) | |
tree | 9eb50a36c3db5705d02982bd142526f49c8d92e2 /man/systemd.exec.xml | |
parent | 8585357a0e5e9f4d56e999d7cd1a73e77ae0eb80 (diff) |
exec: add ControlGroupModify= switch to allow changing access mode to cgroups fs
Diffstat (limited to 'man/systemd.exec.xml')
-rw-r--r-- | man/systemd.exec.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index ffc257383d..b9a37da38e 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -630,6 +630,18 @@ </varlistentry> <varlistentry> + <term><varname>ControlGroupModify=</varname></term> + <listitem><para>Takes a boolean + argument. If true, the control groups + created for this unit will be owned by + ther user specified with + <varname>User=</varname> (and the + configured group), and he can create + subgroups as well as add processes to + the group.</para></listitem> + </varlistentry> + + <varlistentry> <term><varname>CapabilityBoundingSet=</varname></term> <listitem><para>Controls which |