sonic-buildimage/platform/broadcom/sonic-platform-modules-dell/debian/platform-modules-s6000.postinst
paavaanan a664123786 [devices]: DellEMC S6000 fancontrol support (#4048)
- 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.
2020-01-23 09:27:41 -08:00

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#