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