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 | |
parent | 12235040ec94279ad92693dcfae0a4d9c35a6076 (diff) |
exec: drop process group kill mode since it has little use and confuses the user
Diffstat (limited to 'man')
-rw-r--r-- | man/systemctl.xml | 8 | ||||
-rw-r--r-- | man/systemd.mount.xml | 1 | ||||
-rw-r--r-- | man/systemd.service.xml | 5 | ||||
-rw-r--r-- | man/systemd.socket.xml | 1 | ||||
-rw-r--r-- | man/systemd.swap.xml | 1 |
5 files changed, 3 insertions, 13 deletions
diff --git a/man/systemctl.xml b/man/systemctl.xml index 535f9bd13b..922fd2d68a 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -304,13 +304,11 @@ <command>kill</command>, choose the mode how to kill the selected processes. Must be one of - <option>control-group</option>, - <option>process-group</option> or + <option>control-group</option> or <option>process</option> to select whether to kill the entire control - group, the process group or only the - selected process itself. If omitted - defaults to + group or only the selected process + itself. If omitted defaults to <option>control-group</option> if <option>--kill-who=all</option> is set, or <option>process</option> diff --git a/man/systemd.mount.xml b/man/systemd.mount.xml index c7045e8422..dd66d2ad72 100644 --- a/man/systemd.mount.xml +++ b/man/systemd.mount.xml @@ -221,7 +221,6 @@ processes of this mount shall be killed. One of <option>control-group</option>, - <option>process-group</option>, <option>process</option>, <option>none</option>.</para> 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 diff --git a/man/systemd.socket.xml b/man/systemd.socket.xml index 3b7581c545..8cbb512ec1 100644 --- a/man/systemd.socket.xml +++ b/man/systemd.socket.xml @@ -519,7 +519,6 @@ processes of this socket unit shall be killed. One of <option>control-group</option>, - <option>process-group</option>, <option>process</option>, <option>none</option>.</para> diff --git a/man/systemd.swap.xml b/man/systemd.swap.xml index d95e39ed8e..3277ddbd4e 100644 --- a/man/systemd.swap.xml +++ b/man/systemd.swap.xml @@ -175,7 +175,6 @@ processes of this swap shall be killed. One of <option>control-group</option>, - <option>process-group</option>, <option>process</option>, <option>none</option>.</para> |