diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-03-29 23:31:38 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-03-29 23:31:38 +0200 |
commit | cd25cce98f5cc930202212c3c9c13605c09698b4 (patch) | |
tree | 7c186394fed8a04e5ad8fef37eda670282f2a08e /man/systemd.service.xml | |
parent | 12235040ec94279ad92693dcfae0a4d9c35a6076 (diff) |
exec: drop process group kill mode since it has little use and confuses the user
Diffstat (limited to 'man/systemd.service.xml')
-rw-r--r-- | man/systemd.service.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/man/systemd.service.xml b/man/systemd.service.xml index e444efeb44..7458720a3f 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -558,7 +558,6 @@ processes of this service shall be killed. One of <option>control-group</option>, - <option>process-group</option>, <option>process</option>, <option>none</option>.</para> @@ -570,10 +569,6 @@ stop command (as configured with <varname>ExecStop=</varname>) is executed. If set to - <option>process-group</option> only - the members of the process group of - the main service process are - killed. If set to <option>process</option> only the main process itself is killed. If set to <option>none</option> no process is |