|
@@ -46,6 +46,9 @@ rc_nostop="irqbalance sysctl"
|
|
|
# Unicode support for keyboards and screens.
|
|
|
unicode="YES"
|
|
|
|
|
|
+# How long fuser should wait for a remote server to respond.
|
|
|
+# rc_fuser_timeout=60
|
|
|
+
|
|
|
# Default list of network fstypes:
|
|
|
# afs cifs coda davfs fuse fuse.sshfs gfs glusterfs lustre ncpfs
|
|
|
# nfs nfs4 ocfs2 shfs smbfs
|
|
@@ -68,6 +71,7 @@ unicode="YES"
|
|
|
# rc_provide="!net"
|
|
|
|
|
|
# The above commands can be also enabled here for each service
|
|
|
+# ('-' in service names should be converted to '_')
|
|
|
# rc_foo_config="/etc/foo"
|
|
|
# rc_foo_need="openvpn"
|
|
|
# rc_foo_after="clock"
|
|
@@ -95,3 +99,21 @@ rc_tty_number=4
|
|
|
|
|
|
# Used by sysfs init.d service for /sys/fs/cgroup mounts
|
|
|
# rc_controller_cgroups="YES"
|
|
|
+
|
|
|
+# Per-cgroup-controller settings that apply to all services
|
|
|
+# (can be also set in /etc/conf.d/foo).
|
|
|
+# rc_cgroup_cpu="
|
|
|
+# cpu.shares 512
|
|
|
+# "
|
|
|
+# rc_cgroup_blkio=""
|
|
|
+# rc_cgroup_cpu=""
|
|
|
+# rc_cgroup_cpuacct=""
|
|
|
+# rc_cgroup_cpuset=""
|
|
|
+# rc_cgroup_devices=""
|
|
|
+# rc_cgroup_memory=""
|
|
|
+# rc_cgroup_net_prio=""
|
|
|
+
|
|
|
+# Kill all processes in a service cgroup on stop/restart.
|
|
|
+# (should be probably set in /etc/conf.d/foo).
|
|
|
+# Also: { /etc/init.d/<service> | rc-service <service> } cgroup_cleanup
|
|
|
+# rc_cgroup_cleanup="NO"
|