]> git.pld-linux.org Git - projects/rc-scripts.git/blame - sysconfig/system
Synced with latest from old repo
[projects/rc-scripts.git] / sysconfig / system
CommitLineData
7e04fe0e 1# On errors (when system is starting) run sulogin instead of shell ?
dab6e6db 2RUN_SULOGIN_ON_ERR=yes
6e968d25 3
7e04fe0e 4# Default run nice level for all services if
5# $SERVICE_RUN_NICE_LEVEL is not defined in /etc/sysconfig/<service>
6DEFAULT_SERVICE_RUN_NICE_LEVEL=0
7
8# Run isapnp at system startup ?
9RUN_ISAPNP=yes
10
11# After how many seconds reboot system after kernel panic ?
12# 0 - never reboot system (suggested 60)
13PANIC_REBOOT_TIME=0
14
15# Do not allow users to login when system is starting
16# (but allow when it end "starting" process) ?
17DELAY_LOGIN=yes
18
19# Clean /tmp at startup ?
20CLEAN_TMP=yes
6e968d25 21
This page took 0.091764 seconds and 4 git commands to generate.