2011-04-19 01:12:02 +05:30
|
|
|
##############################################################################
|
|
|
|
# LINUX SPECIFIC OPTIONS
|
|
|
|
|
2011-01-06 11:33:43 +05:30
|
|
|
# This is the subsystem type. Valid options on Linux:
|
|
|
|
# "" - nothing special
|
|
|
|
# "lxc" - Linux Containers
|
|
|
|
# "openvz" - Linux OpenVZ
|
2012-07-03 08:34:22 +05:30
|
|
|
# "prefix" - Prefix
|
2011-01-06 11:33:43 +05:30
|
|
|
# "uml" - Usermode Linux
|
|
|
|
# "vserver" - Linux vserver
|
|
|
|
# "xen0" - Xen0 Domain
|
|
|
|
# "xenU" - XenU Domain
|
2012-01-25 23:12:32 +05:30
|
|
|
# If this is commented out, automatic detection will be used.
|
2011-01-17 04:18:10 +05:30
|
|
|
#
|
2011-03-12 03:41:10 +05:30
|
|
|
# This should be set to the value representing the environment this file is
|
|
|
|
# PRESENTLY in, not the virtualization the environment is capable of.
|
2012-01-26 00:36:55 +05:30
|
|
|
#rc_sys=""
|
2007-04-05 16:48:42 +05:30
|
|
|
|
|
|
|
# This is the number of tty's used in most of the rc-scripts (like
|
|
|
|
# consolefont, numlock, etc ...)
|
2007-11-23 17:34:11 +05:30
|
|
|
rc_tty_number=12
|
2012-07-04 00:19:58 +05:30
|
|
|
|
2012-10-26 10:35:41 +05:30
|
|
|
##############################################################################
|
|
|
|
# CGROUPS RESOURCE MANAGEMENT
|
|
|
|
|
2012-07-04 00:19:58 +05:30
|
|
|
# If you have cgroups turned on in your kernel, this switch controls
|
|
|
|
# whether or not a group for each controler is mounted under
|
|
|
|
# /sys/fs/cgroup.
|
2012-10-26 10:35:41 +05:30
|
|
|
# None of the other options in this section work if this is set to "NO".
|
2012-07-04 00:19:58 +05:30
|
|
|
#rc_controller_cgroups="YES"
|
2012-10-26 10:35:41 +05:30
|
|
|
|
|
|
|
# These options can be set globally in this file; however, if you do
|
|
|
|
# this, the same setting will apply to all of your services.
|
|
|
|
# If you want different settings for each service, place the settings in
|
|
|
|
# /etc/conf.d/foo for service foo.
|
|
|
|
|
|
|
|
# This is the number of CPU shares a service is allowed to use. The
|
|
|
|
# default value, set by the kernel, is 1024.
|
|
|
|
# Also, this setting is not preserved if you suspend your computer.
|
|
|
|
#rc_cgroup_cpu_shares=1024
|