diff options
Diffstat (limited to 'inittab.systemd')
-rw-r--r-- | inittab.systemd | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/inittab.systemd b/inittab.systemd deleted file mode 100644 index c9694e65..00000000 --- a/inittab.systemd +++ /dev/null @@ -1,15 +0,0 @@ -# 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 -# |