A feature to kill the cgroup members when stopping the service
Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
8
ssm.conf
8
ssm.conf
@@ -32,13 +32,15 @@
|
||||
## These only work with cgroups = 1:
|
||||
|
||||
## Check if the recorded PID of the service is in the correct cgroup.
|
||||
## Only works with cgroups = 1
|
||||
#service_cgroup_strict = 1
|
||||
|
||||
## Refuse to start the service if its cgroup is not empty
|
||||
## Only works with cgroups = 1
|
||||
#service_cgroup_exclusive = 0
|
||||
|
||||
## Wait on all the members of the cgroup to exit when stopping the service.
|
||||
## Only works with cgroups = 1
|
||||
#service_cgroup_wait = 0
|
||||
|
||||
## Send a kill signal to the members of cgroup when
|
||||
## stopping the service, and the signal to send:
|
||||
#service_cgroup_kill = 0
|
||||
#service_cgroup_kill_signal = 15
|
||||
|
Reference in New Issue
Block a user