diff options
author | Lukas Nykryn <lnykryn@redhat.com> | 2014-06-03 10:19:52 +0200 |
---|---|---|
committer | Lukas Nykryn <lnykryn@redhat.com> | 2014-07-24 13:30:15 +0200 |
commit | ec25eca54378ecab15c8ba899982cc21ce881353 (patch) | |
tree | 5412cc3c216d451dcce362fc0b45e9d226077cc0 /inittab | |
parent | 3deb3b3c177dd24b22cf912cd798aeaa7e35d30b (diff) | |
download | initscripts-ec25eca54378ecab15c8ba899982cc21ce881353.tar initscripts-ec25eca54378ecab15c8ba899982cc21ce881353.tar.gz initscripts-ec25eca54378ecab15c8ba899982cc21ce881353.tar.bz2 initscripts-ec25eca54378ecab15c8ba899982cc21ce881353.tar.xz initscripts-ec25eca54378ecab15c8ba899982cc21ce881353.zip |
inittab: fix path and mention set-default
Diffstat (limited to 'inittab')
-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 # |