rc/inittab
Luka Vandervelden 579e431144 Initial commit.
This is basically a fork of CRUX’s rc. All files added in this commit
and not rewritten since are to be considered under GPL. Please look at
CRUX’s core ports repository’s license file for the exact terms of the
license.
2019-07-21 19:42:16 +02:00

32 lines
674 B
Plaintext

#
# /etc/inittab: system runlevel description
#
# Runlevels:
# 0 Halt
# 1(S) Single-user
# 2 Multi-user
# 3-5 Not used
# 6 Reboot
id:2:initdefault:
rc::sysinit:/etc/rc
rs:S1:wait:/etc/rc.single
rm:2:wait:/etc/rc.multi
rd:06:wait:/etc/rc.shutdown
su:S:wait:/sbin/sulogin -p
c1:2:respawn:/sbin/getty 38400 tty1 linux
c2:2:respawn:/sbin/getty 38400 tty2 linux
c3:2:respawn:/sbin/getty 38400 tty3 linux
c4:2:respawn:/sbin/getty 38400 tty4 linux
c5:2:respawn:/sbin/getty 38400 tty5 linux
c6:2:respawn:/sbin/getty 38400 tty6 linux
s1:2:respawn:/sbin/getty 38400 ttyS0 vt100
ca::ctrlaltdel:/sbin/shutdown -t3 -r now
pf::powerfail:/sbin/shutdown -t3 -h now
# End of file