13 lines
244 B
Desktop File
13 lines
244 B
Desktop File
[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
|