summarylogtreecommitdiffstats
path: root/healthd.service
diff options
context:
space:
mode:
authorSaren Arterius2017-08-26 22:23:54 +0800
committerSaren Arterius2017-08-26 22:30:45 +0800
commitf531c94decbff759fa0a41fe5d505eba015449c3 (patch)
tree609e1fb21a0dfdd1b0f98f7090536869178d284d /healthd.service
downloadaur-lm_sensors-max_of_fctemps.tar.gz
First commit
Diffstat (limited to 'healthd.service')
-rw-r--r--healthd.service9
1 files changed, 9 insertions, 0 deletions
diff --git a/healthd.service b/healthd.service
new file mode 100644
index 000000000000..1933192d3ef8
--- /dev/null
+++ b/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/bin/healthd
+
+[Install]
+WantedBy=multi-user.target