]> git.pld-linux.org Git - projects/rc-scripts.git/blob - sysconfig/system
chroot: Process stopping properly.
[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
21 # $SERVICE_RUN_NICE_LEVEL is not defined in /etc/sysconfig/<service>
22 DEFAULT_SERVICE_RUN_NICE_LEVEL=0
23
24 # Default limits set before running demons (hard and soft) if
25 # $SERVICE_LIMITS are not defined in /etc/sysconfig/<service>
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 # 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 # Setup PNP using userspace tools?
36 RUN_USERPNP=yes
37 # Setup kernel space PNP (2.4.x)
38 RUN_KERNELPNP=yes
39
40 # After how many seconds reboot system after kernel panic ?
41 # 0 - never reboot system (suggested 60)
42 PANIC_REBOOT_TIME=0
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 # We want utmpx/wtmpx
52 NEED_XFILES=yes
53
54 # Try to setup proper symlinks in /boot (based on kernel version) ?
55 SET_SLINKS=yes
56
57 # Run depmod at startup ?
58 # Values:
59 # yes/no        - as usually
60 # ifmissing     - if modules.dep is missing
61 RUN_DEPMOD=ifmissing
62
63 # Run /sbin/ldconfig at startup ?
64 RUN_LDCONFIG=no
65
66 # Mount /dev (Device Filesystem)
67 MOUNT_DEVFS=no
68
69 # EVMS/LVM options
70 # Eextensible Firmware Interface GUID Partition Table segment manager
71 EVMS_GUID_PTABLE=no
72
73 # Use EVMS for Linux LVM volumes
74 EVMS_LVM=no
75
76 # Create symlinks for LVM vulumes (/dev/evms/lvm/* -> /dev/*)
77 EVMS_LVM_COMPAT_NODES=yes
78
79 # Use EVMS for Linux MD (RAID 0/1/5) valumes
80 EVMS_MD=no
81
82 # EVMS AIX LVM volumes
83 EVMS_AIX=no
84
85 # EVMS OS/2 LVM volumes
86 EVMS_OS2=no
87
88 # Set to anything other than 'no' to allow hotkey interactive startup...
89 PROMPT=yes
90
91 # List of chroots separated by space (to handle processes inside/outsite
92 # chroot properly)
93 #SYSTEM_CHROOTS=
94
95 # This must be last line !
96 # vi:syntax=sh:tw=78:ts=8:sw=4
This page took 0.118291 seconds and 3 git commands to generate.