mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Update fengshan
This commit is contained in:
parent
e37bd01121
commit
ab7d4e887b
1 changed files with 4 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
|||
#!/bin/sh /etc/rc.common
|
||||
|
||||
START=99
|
||||
|
||||
START=20
|
||||
start()
|
||||
{
|
||||
# 温度阈值设置
|
||||
HIGH_THRESHOLD=60000
|
||||
LOW_THRESHOLD=50000
|
||||
|
@ -23,3 +24,4 @@ elif [ "$temperature" -le "$LOW_THRESHOLD" ]; then
|
|||
echo "风扇低转速"
|
||||
logger -t "fengshandown" "温度正常"
|
||||
fi
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue