aboutsummaryrefslogtreecommitdiffstats
path: root/inittab.systemd
blob: c9694e656d222b3ea984ff2f510e35343b5651ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# inittab is no longer used when using systemd.
#
# ADDING CONFIGURATION HERE WILL HAVE NO EFFECT ON YOUR SYSTEM.
#
# Ctrl-Alt-Delete is handled by /etc/systemd/system/ctrl-alt-del.target
#
# systemd uses 'targets' instead of runlevels. By default, there are two main targets:
#
# multi-user.target: analogous to runlevel 3
# graphical.target: analogous to runlevel 5
#
# To set a default target, run:
#
# ln -s /lib/systemd/system/<target name>.target /etc/systemd/system/default.target
#