Update 'README.md'
This commit is contained in:
12
README.md
12
README.md
@@ -1,21 +1,21 @@
|
|||||||
## PyFAN
|
# PyFAN
|
||||||
|
|
||||||
This python script utilizes linux's hwmon interface and a PID controller for fan controlling. No external dependencies besides simple_pid and PyYAML are needed.
|
This python script utilizes linux's hwmon interface and a PID controller for fan controlling. No external dependencies besides simple_pid and PyYAML are needed.
|
||||||
|
|
||||||
# Installation
|
## Installation
|
||||||
## Archlinux
|
### Archlinux
|
||||||
|
|
||||||
[AUR package](https://aur.archlinux.org/packages/pyfan/)
|
[AUR package](https://aur.archlinux.org/packages/pyfan/)
|
||||||
|
|
||||||
## Other
|
### Other
|
||||||
|
|
||||||
Put pyfan.py into /usr/local/sbin and give it +x.
|
Put pyfan.py into /usr/local/sbin and give it +x.
|
||||||
|
|
||||||
# Usage
|
## Usage
|
||||||
|
|
||||||
Put your config in /etc/pyfan (see example config) and enable pyfan as a service (see example service file).
|
Put your config in /etc/pyfan (see example config) and enable pyfan as a service (see example service file).
|
||||||
|
|
||||||
# Finding your fans
|
## Finding your fans
|
||||||
> It is recommended to use pwmconfig from lm_sensors to detect your fans.
|
> It is recommended to use pwmconfig from lm_sensors to detect your fans.
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user