summaryrefslogtreecommitdiffstats
path: root/core/modules/hardware-stats/data/etc/systemd/system/gather-hw-info.service
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/hardware-stats/data/etc/systemd/system/gather-hw-info.service')
-rw-r--r--core/modules/hardware-stats/data/etc/systemd/system/gather-hw-info.service3
1 files changed, 2 insertions, 1 deletions
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