1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 18:35:23 +02:00
This commit is contained in:
Kristopher 2025-07-01 07:28:45 +03:00 committed by GitHub
commit 6e41874dca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

13
pages/linux/fancontrol.md Normal file
View file

@ -0,0 +1,13 @@
# fancontrol
> Automated fan speed management.
> Uses a configuration file to control a wide range of variables.
> More information: <https://manned.org/fancontrol>.
- Start `fancontrol` using default `/etc/fancontrol` config file:
`fancontrol`
- Start `fancontrol` using custom config file path:
`fancontrol {{path/to/config_file}}`