From faa14d047c434878d2f08ed9400c95efff9a8ccd Mon Sep 17 00:00:00 2001 From: Andrew Erickson Date: Tue, 16 Apr 2024 13:54:01 -0700 Subject: [PATCH] sleep 15 vs 30 --- scripts/ubuntu-jammy-from-community-gui/06-wayland_errrata.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ubuntu-jammy-from-community-gui/06-wayland_errrata.sh b/scripts/ubuntu-jammy-from-community-gui/06-wayland_errrata.sh index 6dff6d4..e3a6626 100644 --- a/scripts/ubuntu-jammy-from-community-gui/06-wayland_errrata.sh +++ b/scripts/ubuntu-jammy-from-community-gui/06-wayland_errrata.sh @@ -77,7 +77,7 @@ grep 'XorgEnable' /etc/gdm3/custom.conf # ExecStartPre to `/bin/sleep 30` cp /lib/systemd/system/gdm3.service /etc/systemd/system/gdm3.service -crudini --set /etc/systemd/system/gdm3.service Service ExecStartPre '/bin/sleep 30' +crudini --set /etc/systemd/system/gdm3.service Service ExecStartPre '/bin/sleep 15' cat /etc/systemd/system/gdm3.service grep 'ExecStartPre' /etc/systemd/system/gdm3.service