From 913675bd5e29b6265ccee308c763fbdc8ed26c71 Mon Sep 17 00:00:00 2001 From: Alan Sikora Date: Fri, 18 Jul 2025 21:03:07 -0300 Subject: [PATCH] Creating plymouth-quit.service.d before running tee --- install/login.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/login.sh b/install/login.sh index 326a48b..5e090b7 100644 --- a/install/login.sh +++ b/install/login.sh @@ -110,6 +110,7 @@ WantedBy=graphical.target EOF # Make plymouth remain until graphical.target +sudo mkdir -p /etc/systemd/system/plymouth-quit.service.d sudo tee /etc/systemd/system/plymouth-quit.service.d/wait-for-graphical.conf <<'EOF' [Unit] After=multi-user.target