sysadmin/thinkfan/thinkfan.service

13 lines
244 B
SYSTEMD
Raw Permalink Normal View History

2021-04-09 05:28:58 -04:00
[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