From fa83c9059aa7c3ccd86f648d53939447696d47a3 Mon Sep 17 00:00:00 2001 From: Siraaj Khandkar Date: Fri, 28 Feb 2020 02:16:20 -0500 Subject: [PATCH] Note how to disable/enable Ubuntu graphical login --- notes-ubuntu.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 notes-ubuntu.md diff --git a/notes-ubuntu.md b/notes-ubuntu.md new file mode 100644 index 0000000..ead838f --- /dev/null +++ b/notes-ubuntu.md @@ -0,0 +1,10 @@ +Graphical boot +-------------- + +### Disable + + sudo systemctl set-default multi-user.target + +### Enable + + sudo systemctl set-default graphical.target -- 2.20.1