aboutsummaryrefslogtreecommitdiffstats
path: root/inittab
diff options
context:
space:
mode:
Diffstat (limited to 'inittab')
-rw-r--r--inittab8
1 files changed, 5 insertions, 3 deletions
diff --git a/inittab b/inittab
index 06e29f1f..57458d08 100644
--- a/inittab
+++ b/inittab
@@ -2,14 +2,16 @@
#
# ADDING CONFIGURATION HERE WILL HAVE NO EFFECT ON YOUR SYSTEM.
#
-# Ctrl-Alt-Delete is handled by /etc/systemd/system/ctrl-alt-del.target
+# Ctrl-Alt-Delete is handled by /usr/lib/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:
+# To view current default target, run:
+# systemctl get-default
#
-# ln -sf /lib/systemd/system/<target name>.target /etc/systemd/system/default.target
+# To set a default target, run:
+# systemctl set-default TARGET.target
#