From 8d53b4534a5923721b5f1e9dd7e8f4a903d02d51 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 18 Jan 2012 15:40:21 +0100 Subject: exec: introduce ControlGroupPersistant= to make cgroups persistant --- man/systemd.exec.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'man') 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 @@ -776,6 +776,21 @@ the group. + + ControlGroupPersistant= + 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 PaxControlGroups. + + ControlGroupAttribute= -- cgit v1.2.3-54-g00ecf