]> git.pld-linux.org Git - projects/rc-scripts.git/blob - sysconfig/system
- added UMOUNT_IGNORE option
[projects/rc-scripts.git] / sysconfig / system
1 # $Id$
2
3 # Do you want colorized starting scripts ?
4 COLOR_INIT=yes
5
6 # Print status at which column
7 #INIT_COL=67
8
9 # Do you want fast boot? (without NLS, excessive logging and fancy
10 # terminals support)
11 FASTRC=no
12
13 # Messages with a higher priority than this will be printed
14 # to the console (default 1)
15 CONSOLE_LOGLEVEL=1
16
17 # On errors (when system is starting) run sulogin instead of shell ?
18 RUN_SULOGIN_ON_ERR=yes
19
20 # Default run nice level for all services if $SERVICE_RUN_NICE_LEVEL is not
21 # defined in /etc/sysconfig/<service>.
22 DEFAULT_SERVICE_RUN_NICE_LEVEL=+0
23
24 # Default limits set before running daemons (hard and soft) if
25 # $SERVICE_LIMITS are not defined in /etc/sysconfig/<service>
26 #
27 # Use "-u" for process limits (automatically translated to "-p" for ksh).
28 # Use "-Sx" or "-Hx" to set only soft or hard "x" limit.
29 #
30 # Advised limits are:
31 # "-u unlimited" to make sure daemons will be able to fork;
32 # "-c 0" to make sure it doesn't core dump anywhere; while this could mask
33 # problems with the daemon, it also closes some security problems;
34 # users' limits are set via pam_limits.
35 DEFAULT_SERVICE_LIMITS="-u unlimited -c 0"
36
37 # Default umask for all services if $SERVICE_UMASK is not defined in
38 # /etc/sysconfig/<service>.
39 DEFAULT_SERVICE_UMASK=022
40
41 # Setup PNP using userspace tools?
42 RUN_USERPNP=yes
43 # Setup kernel space PNP (2.4.x)
44 RUN_KERNELPNP=yes
45
46 # After how many seconds reboot system after kernel panic ?
47 # 0 - never reboot system (suggested 60)
48 PANIC_REBOOT_TIME=0
49
50 # Do not allow users to login when system is starting
51 # (but allow when it end "starting" process) ?
52 DELAY_LOGIN=yes
53
54 # Clean /tmp at startup ?
55 CLEAN_TMP=yes
56
57 # We want utmpx/wtmpx
58 NEED_XFILES=yes
59
60 # Try to setup proper symlinks in /boot (based on kernel version) ?
61 SET_SLINKS=yes
62
63 # Run depmod at startup ?
64 # Values:
65 # yes/no        - as usually
66 # ifmissing     - if modules.dep is missing
67 RUN_DEPMOD=ifmissing
68
69 # Run /sbin/ldconfig at startup ?
70 RUN_LDCONFIG=no
71
72 # Start udev (udev-core required)?
73 START_UDEV=yes
74
75 # EVMS/LVM options
76 # Extensible Firmware Interface GUID Partition Table segment manager
77 EVMS_GUID_PTABLE=no
78
79 # Use EVMS for Linux LVM volumes
80 EVMS_LVM=no
81
82 # Create symlinks for LVM volumes (/dev/evms/lvm/* -> /dev/*)
83 EVMS_LVM_COMPAT_NODES=yes
84
85 # Use EVMS for Linux MD (RAID 0/1/5) volumes
86 EVMS_MD=no
87
88 # EVMS AIX LVM volumes
89 EVMS_AIX=no
90
91 # EVMS OS/2 LVM volumes
92 EVMS_OS2=no
93
94 # Set to anything other than 'no' to allow hotkey interactive startup...
95 RC_PROMPT=yes
96
97 # List of chroots separated by space (to handle processes inside/outside
98 # chroot properly)
99 #SYSTEM_CHROOTS=
100
101 # List (space separated) of special mount points that must not be unmounted
102 # on system shutdown.
103 # May contain regular exporessions (eg. "/dev/rootunion/.*")
104 #UMOUNT_IGNORE=
105
106 # Enable cpusets support?
107 CPUSETS=no
108
109 # Enable vserver support? (yes/no/detect)
110 VSERVER=detect
111
112 # Enable syslogging for rc-scripts
113 RC_LOGGING=yes
114
115 # Disable console logging by blogd
116 RC_BOOTLOG=yes
This page took 0.05884 seconds and 3 git commands to generate.