You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
1.1 KiB

# It is used in the consolefont, keymaps, numlock and termencoding
# service scripts.
rc_tty_number=12
# The following setting turns on the memory.use_hierarchy setting in the
# root memory cgroup for cgroups v1.
# It must be set to yes in this file if you want this functionality.
rc_cgroup_memory_use_hierarchy="YES"
# Multiple settings and values can be specified.
# For example, you would use this to set the maximum memory and maximum
# number of pids for a service.
rc_cgroup_settings="10485760"
# If you have multiple slapd instances per #376699, this will provide a default config
instance="openldap${SVCNAME#slapd}"
# If you use the classical configuration file:
opts_conf="-f /etc/${INSTANCE}/slapd.conf"
# Specify the kerberos keytab file
#KRB5_KTNAME=/etc/openldap/krb5-ldap.keytab
c_need="!net net.lo"
# setting rc_send_sigkill to no.
rc_cgroup_cleanup="NO"
# If this is yes, we will send sighup to the processes in the cgroup
# immediately after stopsig and sigcont.
rc_send_sighup="YES"
clock="Any Clock Type"
clock_systohc="YES"
rc_timeout_stopsec="90"