mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-06 07:47:14 +08:00
10 lines
200 B
SYSTEMD
10 lines
200 B
SYSTEMD
|
[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/sbin/healthd
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|