mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-06 18:57:19 +08:00
10 lines
150 B
SYSTEMD
10 lines
150 B
SYSTEMD
|
[Unit]
|
||
|
Description=Fan control daemon
|
||
|
|
||
|
[Service]
|
||
|
PIDFile=/var/run/fancontrol.pid
|
||
|
ExecStart=/usr/sbin/fancontrol
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|