* update fancontrol configuration * Enable network activity led, default to eth0 * Do not disable auto poweron on power loss event * Added UPS timer Provide timer to poweroff system after 600 s (10 minutes) of power loss event. If power restored within that time window, cancel the timer. * Use different service for legacy LK 4.4 does not have ledtrig-netdev, so it will cause the service to fail. * Use 10m instead 600 seconds in UPS timer Systemd time can use m suffix for minutes. Use this to make it easier to read.
10 lines
391 B
Plaintext
10 lines
391 B
Plaintext
# Helios64 PWM Fan Control Configuration
|
|
# Temp source : /dev/thermal-cpu
|
|
INTERVAL=10
|
|
FCTEMPS=/dev/fan-p6/pwm1=/dev/thermal-cpu/temp1_input /dev/fan-p7/pwm1=/dev/thermal-cpu/temp1_input
|
|
MINTEMP=/dev/fan-p6/pwm1=40 /dev/fan-p7/pwm1=40
|
|
MAXTEMP=/dev/fan-p6/pwm1=110 /dev/fan-p7/pwm1=110
|
|
MINSTART=/dev/fan-p6/pwm1=60 /dev/fan-p7/pwm1=60
|
|
MINSTOP=/dev/fan-p6/pwm1=40 /dev/fan-p7/pwm1=40
|
|
MINPWM=20
|