view core/sysvinit/inittab @ 916:d1df72c046bc

audio/libmpdclient: initial import, closes #2218
author David Demelier <markand@malikania.fr>
date Mon, 26 Aug 2019 20:34:18 +0200
parents 9a02e6680708
children
line wrap: on
line source

#
# /etc/inittab -- init system configuration
#

#
# Vanilla Linux recommends the following runlevels:
#
# S: single user mode (no services at all)
# 1: single user mode
# 2: multi user mode (console)
# 3: multi user mode (graphical)
# 4, 5: unused but kept to administrator discretion.
#
# The following run levels are special and must not be used as default:
#
# 0: power off
# 6: reboot
#

# Default run level.
id:2:initdefault:

# System initialization.
si::sysinit:/etc/rc.init

# Runlevels.
lS:S:wait:/bin/sulogin
l0:0:wait:/etc/rc.shutdown 0
l1:1:wait:/etc/rc.start 1
l2:2:wait:/etc/rc.start 2
l3:3:wait:/etc/rc.start 3
l4:4:wait:/etc/rc.start 4
l5:5:wait:/etc/rc.start 5
l6:6:wait:/etc/rc.shutdown 6

# Shutdown on ctrl+alt+delete.
ca::ctrlaltdel:/bin/shutdown -t1 -h now

# Console terminals.
c1:2345:respawn:/bin/agetty --noclear 38400 tty1 linux
c2:2345:respawn:/bin/agetty 38400 tty2 linux
c3:2345:respawn:/bin/agetty 38400 tty3 linux
c4:2345:respawn:/bin/agetty 38400 tty4 linux
c5:2345:respawn:/bin/agetty 38400 tty5 linux
c6:2345:respawn:/bin/agetty 38400 tty6 linux