2

What are the settings/commands to be made for Ubuntu Bionic so that it boots into runlvel 3 by default?

Nujufas
  • 166
  • Related: https://askubuntu.com/questions/16371/how-do-i-disable-x-at-boot-time-so-that-the-system-boots-in-text-mode – Elder Geek May 16 '18 at 16:28

1 Answers1

5

Use the following command:

systemctl set-default runlevel3.target

Inspired by: Post.

Rinzwind
  • 299,756
Nujufas
  • 166