13 lines
254 B
Desktop File
Executable File
13 lines
254 B
Desktop File
Executable File
[Unit]
|
|
Description=fan speed regulator
|
|
After=platform-modules-haliburton.service
|
|
Before=pmon.service
|
|
|
|
[Service]
|
|
ExecStart=-/etc/init.d/fancontrol.sh start
|
|
ExecStop=-/etc/init.d/fancontrol.sh stop
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|