e32d22c0b9
- Implemented fancontrol service to monitor S6000 fans and adjust fan speed w.r.t temperature. - fancontrol.service starts the fancontrol script at startup. - This script takes the average temperature by reading three sensors and configure FANS to appropritate RPM against the temperature. - When the temperature is adjusted script will log in syslog for future reference. - Also, script checks for faulty fans and report the status in syslog.
13 lines
258 B
Plaintext
13 lines
258 B
Plaintext
# postinst script for S6000
|
|
|
|
# Enable Dell-S6000-platform-service
|
|
depmod -a
|
|
systemctl enable platform-modules-s6000.service
|
|
systemctl start platform-modules-s6000.service
|
|
|
|
systemctl enable fancontrol.service
|
|
systemctl start fancontrol.service
|
|
|
|
|
|
#DEBHELPER#
|