Imported Upstream version 3.0.0
This commit is contained in:
12
pkg/afancontrol.service
Normal file
12
pkg/afancontrol.service
Normal file
@@ -0,0 +1,12 @@
|
||||
[Unit]
|
||||
Description=Advanced Fan Control program
|
||||
After=lm-sensors.service
|
||||
|
||||
[Service]
|
||||
LimitNOFILE=8192
|
||||
ExecStartPre=/usr/bin/afancontrol daemon --test
|
||||
ExecStart=/usr/bin/afancontrol daemon --pidfile /run/afancontrol.pid
|
||||
PIDFile=/run/afancontrol.pid
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user