summarylogtreecommitdiffstats
path: root/healthd.service
diff options
context:
space:
mode:
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