]> git.pld-linux.org Git - projects/rc-scripts.git/blame - inittab
Requires: sed
[projects/rc-scripts.git] / inittab
CommitLineData
7742e157
AF
1#
2# inittab This file describes how the INIT process should set up
3# the system in a certain run-level.
4#
5# Author: Miquel van Smoorenburg, <miquels@drinkel.nl.mugnet.org>
6# Modified for RHS Linux by Marc Ewing and Donnie Barnes
12de71be 7#
7742e157
AF
8
9# Default runlevel. The runlevels used by PLD are:
10# 0 - halt (Do NOT set initdefault to this)
11# 1 - Single user mode
12# 2 - Multiuser, without NFS (The same as 3, if you do not have networking)
13# 3 - Full multiuser mode
14# 4 - unused
15# 5 - X11
16# 6 - reboot (Do NOT set initdefault to this)
17#
18id:3:initdefault:
19
20# System initialization.
21si::sysinit:/etc/rc.d/rc.sysinit
22
23l0:0:wait:/etc/rc.d/rc 0
24l1:1:wait:/etc/rc.d/rc 1
25l2:2:wait:/etc/rc.d/rc 2
26l3:3:wait:/etc/rc.d/rc 3
27l4:4:wait:/etc/rc.d/rc 4
28l5:5:wait:/etc/rc.d/rc 5
29l6:6:wait:/etc/rc.d/rc 6
30
31# Things to run in every runlevel.
32ud::once:/sbin/update
33
34# Trap CTRL-ALT-DELETE
12de71be 35ca::ctrlaltdel:/sbin/shutdown -t3 -r now
7742e157
AF
36
37# When our UPS tells us power has failed, assume we have a few minutes
38# of power left. Schedule a shutdown for 2 minutes from now.
39# This does, of course, assume you have powerd installed and your
40# UPS connected and working correctly.
41pf::powerfail:/sbin/shutdown -f -h +2 "Power Failure; System Shutting Down"
42
43# If power was restored before the shutdown kicked in, cancel it.
44pr:12345:powerokwait:/sbin/shutdown -c "Power Restored; Shutdown Cancelled"
45
46
47# Run gettys in standard runlevels
481:12345:respawn:/sbin/mingetty --noclear tty1
492:2345:respawn:/sbin/mingetty tty2
503:2345:respawn:/sbin/mingetty tty3
514:2345:respawn:/sbin/mingetty tty4
525:2345:respawn:/sbin/mingetty tty5
536:2345:respawn:/sbin/mingetty tty6
12de71be 547:2345:respawn:/sbin/mingetty tty7
558:2345:respawn:/sbin/mingetty tty8
7742e157
AF
56
57# Run xdm in runlevel 5
12de71be 58#x:5:respawn:/usr/bin/X11/xdm -nodaemon
This page took 0.032822 seconds and 4 git commands to generate.