13 lines
254 B
SYSTEMD
13 lines
254 B
SYSTEMD
|
[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
|