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