cgroup tweaks

Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
2018-03-05 00:35:29 +03:00
parent 623bf57bdb
commit 2f3837d07c
2 changed files with 27 additions and 24 deletions

View File

@@ -1,41 +1,44 @@
# This is actually a bash script
# Enable cgroup-related functions
#cgroups = 0
# Where to search for services, works as a PATH-like array.
#service_path = "$XDG_CONFIG_HOME/ssm/services" /etc/ssm/services "$rundir/services" /usr/share/ssm/services
# Service defaults
# Respawn the service if it exits
## Respawn the service if it exits
#service_respawn = 0
# Working directory
## Working directory
#service_workdir = '/'
# How long do we wait for the service to stop
## How long do we wait for the service to stop
#service_stop_timeout = 30
# How long do we wait for the service to get ready
## How long do we wait for the service to get ready
#service_ready_timeout = 15
# Signals to pass through to the service under the respawner
## Signals to pass through to the service under the respawner
#service_signals = 1 10 12
# The signal to send to reload the service
## The signal to send to reload the service
#service_reload_signal = 1
# The signal to send to stop the service
## The signal to send to stop the service
#service_stop_signal = 15
# Enable cgroup-related functions
#cgroups = 0
## These only work with cgroups = 1:
# Check if the recorded PID of the service is in the correct cgroup.
# Only works with cgroups = 1
#cgroups_check_pid = 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
## 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
## Wait on all the members of the cgroup to exit when stopping the service.
## Only works with cgroups = 1
#service_cgroup_wait = 0