From 697dd3ab7a072689c1cc1a90c19b110bf0b4d892 Mon Sep 17 00:00:00 2001 From: Harald Sitter Date: Wed, 14 Jan 2026 20:18:10 +0100 Subject: [PATCH] live-setup: make service type oneshot we want the setup to run completely before the display manager starts. currently we seem to have a race condition between the two --- mkosi.extra/usr/lib/systemd/system/kde-linux-live-setup.service | 1 + 1 file changed, 1 insertion(+) diff --git a/mkosi.extra/usr/lib/systemd/system/kde-linux-live-setup.service b/mkosi.extra/usr/lib/systemd/system/kde-linux-live-setup.service index b88bf63..8d399bc 100644 --- a/mkosi.extra/usr/lib/systemd/system/kde-linux-live-setup.service +++ b/mkosi.extra/usr/lib/systemd/system/kde-linux-live-setup.service @@ -10,6 +10,7 @@ ConditionPathExists=/live/usr/lib/live-setup ConditionKernelCommandLine=kde-linux.live=1 [Service] +Type=oneshot ExecStart=/live/usr/lib/live-setup ExecStartPost=/usr/bin/systemctl disable %n