93ceb3933e
Add PDDF support for Accton as7726-32x platform Signed-off-by: Jostar Yang <jostar_yang@accton.com.tw>
9 lines
400 B
Plaintext
9 lines
400 B
Plaintext
# Special arrangement to make PDDF mode default
|
|
# Disable monitor, monitor-fan, monitor-psu (not enabling them would imply they will be disabled by default)
|
|
# Enable pddf-platform-monitor
|
|
depmod -a
|
|
systemctl enable pddf-platform-init.service
|
|
systemctl start pddf-platform-init.service
|
|
systemctl enable as7726-32x-pddf-platform-monitor.service
|
|
systemctl start as7726-32x-pddf-platform-monitor.service
|