diff options
Diffstat (limited to 'man/systemd.exec.xml')
-rw-r--r-- | man/systemd.exec.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index c1ab6b9010..97bdbba560 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -777,6 +777,21 @@ </varlistentry> <varlistentry> + <term><varname>ControlGroupPersistant=</varname></term> + <listitem><para>Takes a boolean + argument. If true, the control groups + created for this unit will be marked + to be persistant, i.e. systemd will + not remove them when stopping the + unit. The default is false, meaning + that the control groups will be + removed when the unit is stopped. For + details about the semantics of this + logic see <ulink + url="http://www.freedesktop.org/wiki/Software/systemd/PaxControlGroups">PaxControlGroups</ulink>.</para></listitem> + </varlistentry> + + <varlistentry> <term><varname>ControlGroupAttribute=</varname></term> <listitem><para>Set a specific control |