blob: 1933192d3ef84f73206574068ed3ffda70b06048 (
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]
Type=forking
ExecStart=/usr/bin/healthd
[Install]
WantedBy=multi-user.target
|