From b41f05f8bfdd0cb232d70dd0f4f6820cbfa3af91 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 29 Jan 2024 12:28:01 +0100 Subject: [run-virt] Split mounting of /tmp/virt into own service --- .../hardware-stats/data/etc/systemd/system/gather-hw-info.service | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'core/modules/hardware-stats') diff --git a/core/modules/hardware-stats/data/etc/systemd/system/gather-hw-info.service b/core/modules/hardware-stats/data/etc/systemd/system/gather-hw-info.service index 4d782252..1d7d1ff8 100644 --- a/core/modules/hardware-stats/data/etc/systemd/system/gather-hw-info.service +++ b/core/modules/hardware-stats/data/etc/systemd/system/gather-hw-info.service @@ -3,7 +3,8 @@ Description=Gather hardware information about this machine Wants=tmp.target After=tmp.target # Because we might mount something to /tmp/virt there, which we use for ID44 calculation -After=run-virt-env.service +After=run-virt-tmpdir.service +DefaultDependencies=no [Service] Type=oneshot -- cgit v1.2.3-55-g7522