13 lines
244 B
SYSTEMD
13 lines
244 B
SYSTEMD
|
[Unit]
|
||
|
Description=simple and lightweight fan control program
|
||
|
After=syslog.target
|
||
|
|
||
|
[Service]
|
||
|
Type=forking
|
||
|
ExecStart=/usr/local/sbin/thinkfan
|
||
|
PIDFile=/var/run/thinkfan.pid
|
||
|
ExecReload=/bin/kill -HUP $MAINPID
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|