Initial commit

This commit is contained in:
Pascal Engélibert 2025-07-20 11:42:05 +00:00
commit be2216107d
6 changed files with 774 additions and 0 deletions

12
fancontrol.service Normal file
View file

@ -0,0 +1,12 @@
[Unit]
Description=Fan control
[Service]
Restart=on-failure
User=root
Group=root
ExecStart=/usr/local/bin/fancontrol 13 5 60000 58000
StandardOutput=null
[Install]
WantedBy=multi-user.target