mirror of
https://github.com/JDM170/orangepi_coolfan
synced 2025-12-10 05:57:21 +07:00
15 lines
253 B
Desktop File
15 lines
253 B
Desktop File
[Unit]
|
|
Description=Controls cooling fan on GPIO
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/coolfan-control
|
|
ExecStop=/usr/bin/coolfan-stop
|
|
Restart=always
|
|
PIDFile=/var/run/coolfan.pid
|
|
OOMScoreAdjust=-100
|
|
TimeoutSec=20
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|