summaryrefslogtreecommitdiffstats
path: root/abs/extra/lm_sensors/healthd.service
diff options
context:
space:
mode:
Diffstat (limited to 'abs/extra/lm_sensors/healthd.service')
-rw-r--r--abs/extra/lm_sensors/healthd.service9
1 files changed, 9 insertions, 0 deletions
diff --git a/abs/extra/lm_sensors/healthd.service b/abs/extra/lm_sensors/healthd.service
new file mode 100644
index 0000000..59d3270
--- /dev/null
+++ b/abs/extra/lm_sensors/healthd.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=A daemon which can be used to alert you in the event of a hardware health monitoring alarm
+
+[Service]
+Type=forking
+ExecStart=/usr/sbin/healthd
+
+[Install]
+WantedBy=multi-user.target