summaryrefslogtreecommitdiffstats
path: root/core/modules/hardware-stats/data/etc/systemd/system/hardware-report.service
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/hardware-stats/data/etc/systemd/system/hardware-report.service')
-rw-r--r--core/modules/hardware-stats/data/etc/systemd/system/hardware-report.service5
1 files changed, 2 insertions, 3 deletions
diff --git a/core/modules/hardware-stats/data/etc/systemd/system/hardware-report.service b/core/modules/hardware-stats/data/etc/systemd/system/hardware-report.service
index d4649c4a..1307e9e2 100644
--- a/core/modules/hardware-stats/data/etc/systemd/system/hardware-report.service
+++ b/core/modules/hardware-stats/data/etc/systemd/system/hardware-report.service
@@ -1,11 +1,10 @@
[Unit]
Description=Send hardware information to boot server
-After=system-check.service hardware-stats.service
-Wants=system-check.service hardware-stats.service
+After=hardware-stats.service
+Wants=hardware-stats.service
[Service]
Type=oneshot
ExecStart=/opt/openslx/scripts/systemd-hardware_report
RemainAfterExit=yes
ExecStop=/opt/openslx/scripts/shutdown-system_usage_update
-