mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-30 17:33:50 +08:00
e6f16f2383
Signed-off-by: scar027 <shantanupai@hotmail.com> Co-authored-by: Lena Pastwa <126529524+acuteenvy@users.noreply.github.com>
465 B
465 B
systemctl set-default
Symlink the
default.targetalias to the given target unit. More information: https://www.freedesktop.org/software/systemd/man/systemctl.html#set-default%20TARGET.
- Set
systemd's default boot mode:
systemctl set-default {{target_name.target}}
- Set
systemdto boot to GUI mode by default:
systemctl set-default graphical.target
- Set
systemdto boot to CLI mode by default:
systemctl set-default multi-user.target