diff options
author | srv <enmanuel.saravia.externo@pandero.com.pe> | 2025-05-05 15:29:27 -0500 |
---|---|---|
committer | srv <enmanuel.saravia.externo@pandero.com.pe> | 2025-05-05 15:29:27 -0500 |
commit | 81555e3bd23c74ce915d246ca51fa65d84c22ae7 (patch) | |
tree | 1ba136af6b87426d37d010866b5cdac110eaeaa8 /lm_sensors/healthd.service |
First commitdevelop
Diffstat (limited to 'lm_sensors/healthd.service')
-rw-r--r-- | lm_sensors/healthd.service | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lm_sensors/healthd.service b/lm_sensors/healthd.service new file mode 100644 index 0000000..1933192 --- /dev/null +++ b/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/bin/healthd + +[Install] +WantedBy=multi-user.target |