From 8a9b94c2d95c9aa5a2f0d6524029cb21ff4c44fb Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Mon, 16 Dec 2019 13:14:36 +0100 Subject: [hardware-stats] explicitely wait on run-virt-env fixes race condition where /tmp/virt is not created, before hardware-stats tries to detect if it is mounted or not. --- .../hardware-stats/data/etc/systemd/system/hardware-stats.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/hardware-stats/data/etc/systemd/system/hardware-stats.service b/core/modules/hardware-stats/data/etc/systemd/system/hardware-stats.service index 7309d0bb..f23f3384 100644 --- a/core/modules/hardware-stats/data/etc/systemd/system/hardware-stats.service +++ b/core/modules/hardware-stats/data/etc/systemd/system/hardware-stats.service @@ -1,6 +1,6 @@ [Unit] Description=Gather statistics about this machine and send to boot server -After=tmp.target mount-vm-store.service network.target +After=tmp.target mount-vm-store.service network.target run-virt-env.service Wants=tmp.target system-check.service Before=system-check.service -- cgit v1.2.3-55-g7522