]> git.pld-linux.org Git - projects/rc-scripts.git/blame - sysconfig/system
Allow some actions when network is down (by ankry @ 2003-07-03).
[projects/rc-scripts.git] / sysconfig / system
CommitLineData
ec8b15cb 1# $Id$
38198f50 2
cee18a41
AM
3# Do you want colorized starting scripts ?
4COLOR_INIT=yes
5
9835a9c7
SZ
6# Print status at which column
7INIT_COL=67
8
0a35929a
AM
9# Do you want fast boot? (without NLS, excessive logging and fancy
10# terminals support)
11FASTRC=no
12
f4784dae 13# Messages with a higher priority than this will be printed
14# to the console (default 1)
de1fc6ce 15CONSOLE_LOGLEVEL=1
f4784dae 16
7e04fe0e 17# On errors (when system is starting) run sulogin instead of shell ?
dab6e6db 18RUN_SULOGIN_ON_ERR=yes
6e968d25 19
7e04fe0e 20# Default run nice level for all services if
21# $SERVICE_RUN_NICE_LEVEL is not defined in /etc/sysconfig/<service>
22DEFAULT_SERVICE_RUN_NICE_LEVEL=0
23
e2e24f5a
AM
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.
33DEFAULT_SERVICE_LIMITS="-u unlimited -c 0"
34
b68f99e5
AM
35# Setup PNP using userspace tools?
36RUN_USERPNP=yes
37# Setup kernel space PNP (2.4.x)
38RUN_KERNELPNP=yes
7e04fe0e 39
40# After how many seconds reboot system after kernel panic ?
41# 0 - never reboot system (suggested 60)
42PANIC_REBOOT_TIME=0
43
44# Do not allow users to login when system is starting
45# (but allow when it end "starting" process) ?
46DELAY_LOGIN=yes
47
48# Clean /tmp at startup ?
49CLEAN_TMP=yes
6e968d25 50
bccca131
JR
51# We want utmpx/wtmpx
52NEED_XFILES=yes
53
dc35bdf0
AM
54# Try to setup proper symlinks in /boot (based on kernel version) ?
55SET_SLINKS=yes
56
b63b30c9
AM
57# Run depmod at startup ?
58# Values:
59# yes/no - as usually
60# ifmissing - if modules.dep is missing
61RUN_DEPMOD=ifmissing
62
bff05174 63# Run /sbin/ldconfig at startup ?
180ab131 64RUN_LDCONFIG=no
bff05174 65
6bf50269 66# Mount /dev (Device Filesystem)
67MOUNT_DEVFS=no
68
f47acf6f
JR
69# EVMS/LVM options
70# Eextensible Firmware Interface GUID Partition Table segment manager
71EVMS_GUID_PTABLE=no
72
73# Use EVMS for Linux LVM volumes
74EVMS_LVM=no
75
5218079a 76# Create symlinks for LVM volumes (/dev/evms/lvm/* -> /dev/*)
f47acf6f
JR
77EVMS_LVM_COMPAT_NODES=yes
78
79# Use EVMS for Linux MD (RAID 0/1/5) valumes
80EVMS_MD=no
81
82# EVMS AIX LVM volumes
83EVMS_AIX=no
84
85# EVMS OS/2 LVM volumes
86EVMS_OS2=no
87
6b4a354c
AM
88# Set to anything other than 'no' to allow hotkey interactive startup...
89PROMPT=yes
90
4716ebe1 91# List of chroots separated by space (to handle processes inside/outside
1e5e8177
AM
92# chroot properly)
93#SYSTEM_CHROOTS=
94
686f4b8d
JR
95# Enable cpusets support?
96CPUSETS=no
97
d84e0c78
JR
98# Enable syslogging for rc-scripts
99RC_LOGGING=yes
100
de1fc6ce 101# This must be last line !
5e6dfc29 102# vi:syntax=sh
This page took 0.169616 seconds and 4 git commands to generate.