diff options
author | Lukas Nykryn <lnykryn@redhat.com> | 2014-06-03 10:19:52 +0200 |
---|---|---|
committer | Lukas Nykryn <lnykryn@redhat.com> | 2014-06-03 10:19:52 +0200 |
commit | 536098c8896cde81b1f238a3b3ec6db76a20490a (patch) | |
tree | 1a052e0b19dbfe85b8feaf300e586eae18525563 | |
parent | 55d7a12e747e0caacad83de7429362598cac0f37 (diff) | |
download | initscripts-536098c8896cde81b1f238a3b3ec6db76a20490a.tar initscripts-536098c8896cde81b1f238a3b3ec6db76a20490a.tar.gz initscripts-536098c8896cde81b1f238a3b3ec6db76a20490a.tar.bz2 initscripts-536098c8896cde81b1f238a3b3ec6db76a20490a.tar.xz initscripts-536098c8896cde81b1f238a3b3ec6db76a20490a.zip |
inittab: fix path and mention set-default
-rw-r--r-- | inittab | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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 # |