]> TLD Linux GIT Repositories - rc-scripts.git/blob - sysconfig/system
- merged changes from PLD, all TLD changes and fixes are kept
[rc-scripts.git] / sysconfig / system
1 # Do you want colorized starting scripts ?
2 COLOR_INIT=yes
3
4 # Print status at which column
5 #INIT_COL=67
6
7 # Do you want fast boot? (without NLS, excessive logging and fancy
8 # terminals support)
9 FASTRC=no
10
11 # Messages with a higher priority than this will be printed
12 # to the console (default 1)
13 CONSOLE_LOGLEVEL=1
14
15 # On errors (when system is starting) run sulogin instead of shell ?
16 # This option disables debuginitrd=sh in geninitrd as well.
17 RUN_SULOGIN_ON_ERR=yes
18
19 # Default run nice level for all services if $SERVICE_RUN_NICE_LEVEL is not
20 # defined in /etc/sysconfig/<service>.
21 DEFAULT_SERVICE_RUN_NICE_LEVEL=+0
22
23 # Default limits set before running daemons (hard and soft) if
24 # $SERVICE_LIMITS are not defined in /etc/sysconfig/<service>
25 #
26 # Use "-u" for process limits (automatically translated to "-p" for ksh).
27 # Use "-Sx" or "-Hx" to set only soft or hard "x" limit.
28 #
29 # Advised limits are:
30 # "-u unlimited" to make sure daemons will be able to fork;
31 # "-c 0" to make sure it doesn't core dump anywhere; while this could mask
32 # problems with the daemon, it also closes some security problems;
33 # users' limits are set via pam_limits.
34 DEFAULT_SERVICE_LIMITS="-u unlimited -c 0"
35
36 # Default umask for all services if $SERVICE_UMASK is not defined in
37 # /etc/sysconfig/<service>.
38 DEFAULT_SERVICE_UMASK=022
39
40 # Setup PNP using userspace tools?
41 RUN_USERPNP=no
42 # Setup kernel space PNP (2.4.x)
43 RUN_KERNELPNP=no
44
45 # Do not allow users to login when system is starting
46 # (but allow when it end "starting" process) ?
47 DELAY_LOGIN=yes
48
49 # Clean /tmp at startup ?
50 CLEAN_TMP=yes
51
52 # Try to setup proper symlinks in /boot (based on kernel version) ?
53 SET_SLINKS=yes
54
55 # Run depmod at startup ?
56 # Values:
57 # yes/no        - as usually
58 # ifmissing     - if modules.dep is missing
59 RUN_DEPMOD=ifmissing
60
61 # Run /sbin/ldconfig at startup ?
62 RUN_LDCONFIG=no
63
64 # Start udev (udev-core required)?
65 START_UDEV=yes
66
67 # EVMS/LVM options
68 # Extensible Firmware Interface GUID Partition Table segment manager
69 EVMS_GUID_PTABLE=no
70
71 # Use EVMS for Linux LVM volumes
72 EVMS_LVM=no
73
74 # Create symlinks for LVM volumes (/dev/evms/lvm/* -> /dev/*)
75 EVMS_LVM_COMPAT_NODES=yes
76
77 # EVMS AIX LVM volumes
78 EVMS_AIX=no
79
80 # EVMS OS/2 LVM volumes
81 EVMS_OS2=no
82
83 # Set to 'yes' to allow probing for devices with swap signatures
84 AUTOSWAP=no
85
86 # LVM2
87 # disable if your only LVM volume is rootfs started on initrd and want faster startup
88 LVM2=yes
89
90 # DMRAID
91 # disable if do not want DMRAID being initalized by rc.sysinit
92 DMRAID=yes
93
94 # mdadm
95 # disable if do not want mdadm being initalized by rc.sysinit
96 MDADM=yes
97
98 # Disable dm-multipath and friends here if you plan to use
99 # non standard drivers (ex. DELL MPP RDAC driver)
100 DM_MULTIPATH=yes
101
102 # Set to anything other than 'no' to allow hotkey interactive startup...
103 RC_PROMPT=yes
104
105 # List of chroots separated by space (to handle processes inside/outside
106 # chroot properly)
107 #SYSTEM_CHROOTS=
108
109 # List (space separated) of special mount points that must not be unmounted
110 # on system shutdown.
111 # May contain regular expressions (eg. "/dev/rootunion/.*")
112 #UMOUNT_IGNORE=
113
114 # Enable cpusets support?
115 CPUSETS=no
116
117 # Enable this system as vserver guest (yes/no/detect)
118 VSERVER=detect
119
120 # Vserver isolation only networking inside of guest (yes/no/detect)
121 VSERVER_ISOLATION_NET=detect
122
123 # Enable selinux support (yes/no/detect)
124 # 'yes' behaves as 'detect'
125 SELINUX=detect
126
127 # Enable HWPROFILES support?
128 HWPROFILES=no
129
130 # Enable syslogging for rc-scripts
131 RC_LOGGING=yes
132
133 # Include machine uptime counter in all show messages
134 RC_UPTIME=no
135
136 # Disable console logging by blogd
137 RC_BOOTLOG=yes