summaryrefslogtreecommitdiffstats
path: root/core/modules/smartctl
diff options
context:
space:
mode:
authorJonathan Bauer2019-10-31 17:39:54 +0100
committerJonathan Bauer2019-10-31 17:39:54 +0100
commite4f67a9de052536683fa454691a32e51292ad1fe (patch)
tree2a8e1a8462baf6e2ece544997ab6c00b213dc5c9 /core/modules/smartctl
parent[system-check] +x (diff)
downloadmltk-e4f67a9de052536683fa454691a32e51292ad1fe.tar.gz
mltk-e4f67a9de052536683fa454691a32e51292ad1fe.tar.xz
mltk-e4f67a9de052536683fa454691a32e51292ad1fe.zip
[smartctl] only keep cron job
the service is just triggering the script which does the same thing than hardware-stats -> we need to merge both ways to check for SMART values.
Diffstat (limited to 'core/modules/smartctl')
l---------core/modules/smartctl/data/etc/systemd/system/basic.target.wants/smartctl.service1
-rw-r--r--core/modules/smartctl/data/etc/systemd/system/smartctl.service8
2 files changed, 0 insertions, 9 deletions
diff --git a/core/modules/smartctl/data/etc/systemd/system/basic.target.wants/smartctl.service b/core/modules/smartctl/data/etc/systemd/system/basic.target.wants/smartctl.service
deleted file mode 120000
index b0849c0c..00000000
--- a/core/modules/smartctl/data/etc/systemd/system/basic.target.wants/smartctl.service
+++ /dev/null
@@ -1 +0,0 @@
-../smartctl.service \ No newline at end of file
diff --git a/core/modules/smartctl/data/etc/systemd/system/smartctl.service b/core/modules/smartctl/data/etc/systemd/system/smartctl.service
deleted file mode 100644
index ab268cbc..00000000
--- a/core/modules/smartctl/data/etc/systemd/system/smartctl.service
+++ /dev/null
@@ -1,8 +0,0 @@
-[Unit]
-Description=Check HDD health status
-
-[Service]
-Type=oneshot
-RemainAfterExit=yes
-ExecStart=/opt/openslx/scripts/systemd-smartctl
-