From 5d406c10e27a2665808a888816c227632b9d255a Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Wed, 20 Oct 2021 02:57:19 -0400 Subject: [PATCH] Enable nodm, but do not start it because machine should be rebooted so that speech-dispatcher will actually work. --- .includes/gui.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.includes/gui.sh b/.includes/gui.sh index 89ad157..a136d9a 100755 --- a/.includes/gui.sh +++ b/.includes/gui.sh @@ -192,5 +192,5 @@ if [[ ! -d ~/.config/speech-dispatcher ]]; then fi # enable and start nodm -sudo systemctl enable nodm --now +sudo systemctl enable nodm restart