diff options
Diffstat (limited to 'extra/lm_sensors/healthd.service')
-rw-r--r-- | extra/lm_sensors/healthd.service | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/extra/lm_sensors/healthd.service b/extra/lm_sensors/healthd.service new file mode 100644 index 000000000..b894fbb1f --- /dev/null +++ b/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] +PIDFile=/var/run/healthd.pid +ExecStart=/usr/sbin/healthd + +[Install] +WantedBy=multi-user.target |