Files
dotfiles/homedir/.config/ssm/ssm.conf
T

40 lines
984 B
Plaintext
Raw Normal View History

2019-10-03 12:03:43 +03:00
# This is actually a bash script
# 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
#service_respawn = 0
# Working directory
#service_workdir = '/'
# 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
#service_ready_timeout = 15
# Signals to pass through to the service under the respawner
#service_signals = 1 10 12
# The signal to send to reload the service
#service_reload_signal = 1
# The signal to send to stop the service
#service_stop_signal = 15
# Enable cgroup-related functions
2023-03-07 13:45:07 +00:00
#cgroups = 1
2019-10-03 12:03:43 +03:00
# Refuse to start the service if its cgroup is not empty
2022-01-12 11:43:46 +03:00
service_cgroup_exclusive = 1
2019-10-03 12:03:43 +03:00
# Wait on all the members of the cgroup to exit when stopping the service.
service_cgroup_wait = 1
2022-01-12 11:43:46 +03:00
service_cgroup_strict = 1
2020-12-09 00:34:57 +03:00
#logdir = ~/.log