blob: b894fbb1ffc1d6bd9ac434e7872b9833ada9a822 (
plain)
1
2
3
4
5
6
7
8
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
|