ssm.conf
Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
parent
f026de8bb1
commit
9343c78b33
50
ssm.conf
Normal file
50
ssm.conf
Normal file
|
@ -0,0 +1,50 @@
|
||||||
|
# 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
|
||||||
|
|
||||||
|
# Set to 1 to enable the systemd comp layer
|
||||||
|
#systemd = 0
|
||||||
|
|
||||||
|
# Set to 1 to enable cgroup support
|
||||||
|
#cgroups = 0
|
||||||
|
|
||||||
|
# Where to search for systemd services.
|
||||||
|
#systemd_service_path = /etc/systemd/system /run/systemd/system /lib/systemd/system /usr/lib/systemd/system
|
||||||
|
|
||||||
|
# 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 systemd-related functions.
|
||||||
|
#systemd = 0
|
||||||
|
|
||||||
|
# Where to look fro system service files
|
||||||
|
#systemd_service_path = /etc/systemd/system /run/systemd/system /lib/systemd/system
|
||||||
|
|
||||||
|
# Enable cgroup-related functions
|
||||||
|
#cgroups = 0
|
||||||
|
|
||||||
|
# Refuse to start the service if its cgroup is not empty
|
||||||
|
#service_cgroup_exclusive = 0
|
||||||
|
|
||||||
|
# Wait on all the members of the cgroup to exit when stopping the service.
|
||||||
|
#service_cgroup_wait = 0
|
Loading…
Reference in New Issue
Block a user