From ebb366310590b342a1276094a8090eb2dc6f9b5f Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Tue, 11 Dec 2018 15:52:27 -0500 Subject: [PATCH] archlinux: Remove --now flag from lxdm.service We don't want to start lxdm during the bootstrap process. --- .archlinux/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.archlinux/bootstrap.sh b/.archlinux/bootstrap.sh index a462c05..f8aee98 100755 --- a/.archlinux/bootstrap.sh +++ b/.archlinux/bootstrap.sh @@ -36,7 +36,7 @@ make fontconfig make yarnconfig # Enable the lightweight X11 display manager -systemctl enable --now lxdm.service +systemctl enable lxdm.service # Revoke privileges sudo -K