]> git.pld-linux.org Git - projects/rc-scripts.git/blame - sysconfig/system
typo in locale path
[projects/rc-scripts.git] / sysconfig / system
CommitLineData
38198f50
AM
1# $Id: system,v 1.6 1999/07/31 11:24:19 misiek Exp $
2
cee18a41
AM
3# Do you want colorized starting scripts ?
4COLOR_INIT=yes
5
6# Messages with a higher priority than this will be printed
7# to the console (default 1)
8CONSOLE_LOGLEVEL=1
9
7e04fe0e 10# On errors (when system is starting) run sulogin instead of shell ?
dab6e6db 11RUN_SULOGIN_ON_ERR=yes
6e968d25 12
7e04fe0e 13# Default run nice level for all services if
14# $SERVICE_RUN_NICE_LEVEL is not defined in /etc/sysconfig/<service>
15DEFAULT_SERVICE_RUN_NICE_LEVEL=0
16
17# Run isapnp at system startup ?
18RUN_ISAPNP=yes
19
20# After how many seconds reboot system after kernel panic ?
21# 0 - never reboot system (suggested 60)
22PANIC_REBOOT_TIME=0
23
24# Do not allow users to login when system is starting
25# (but allow when it end "starting" process) ?
26DELAY_LOGIN=yes
27
28# Clean /tmp at startup ?
29CLEAN_TMP=yes
6e968d25 30
cee18a41
AM
31# Load kernel sound modules at startup ? (say no if you are using ALSA drivers)
32LOAD_SOUND=no
This page took 0.068647 seconds and 4 git commands to generate.