summaryrefslogtreecommitdiffstats
path: root/core/modules/system-check
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/system-check')
-rw-r--r--core/modules/system-check/data/etc/systemd/system/system-check.service1
-rwxr-xr-xcore/modules/system-check/data/opt/openslx/scripts/systemd-system_check2
2 files changed, 2 insertions, 1 deletions
diff --git a/core/modules/system-check/data/etc/systemd/system/system-check.service b/core/modules/system-check/data/etc/systemd/system/system-check.service
index a6fdb603..76887195 100644
--- a/core/modules/system-check/data/etc/systemd/system/system-check.service
+++ b/core/modules/system-check/data/etc/systemd/system/system-check.service
@@ -3,6 +3,7 @@ Description=Report system checks
Before=display-manager.service
Wants=network-online.target
After=network-online.target
+After=hardware-stats.service
[Service]
Type=oneshot
diff --git a/core/modules/system-check/data/opt/openslx/scripts/systemd-system_check b/core/modules/system-check/data/opt/openslx/scripts/systemd-system_check
index 8011498f..d03a8e52 100755
--- a/core/modules/system-check/data/opt/openslx/scripts/systemd-system_check
+++ b/core/modules/system-check/data/opt/openslx/scripts/systemd-system_check
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# Kind of a generic message generation thing. Hooks in /opt/openslx/messages.d
+# Kind of a generic message generation thing. Hooks in /opt/openslx/system-check/hooks.d
# are passed the location of the lightdm warning file on execution. They can either
# ignore it (e.g. for remote logging purposes) or just append tags to that file.
# The tags are defined in /opt/openslx/system-check/tags and will be replaced