From 13c99f1f10ec2e41d7d74969cc5f854da8ccac89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Sun, 14 May 2017 23:13:26 +0200 Subject: [PATCH] systemd: fix race condition between qubes-db and qubes-early-vm-config qubes-early-vm-config.service depend on qubes-db daemon running, to retrieve various configuration parameters. But the startup ordering declaration was missing Fixes QubesOS/qubes-issues#2750 --- vm-systemd/qubes-early-vm-config.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm-systemd/qubes-early-vm-config.service b/vm-systemd/qubes-early-vm-config.service index fa9dbd3..36601b6 100644 --- a/vm-systemd/qubes-early-vm-config.service +++ b/vm-systemd/qubes-early-vm-config.service @@ -2,7 +2,7 @@ Description=Early Qubes VM settings DefaultDependencies=no Before=sysinit.target -After=local-fs.target +After=local-fs.target qubes-db.service [Service] Type=oneshot