519dcde939
* [AS7712-32X] Add to support PDDF Signed-off-by: Jostar Yang <jostar_yang@accton.com.tw> * Fix LGTM alerts * Fix AS7712-32X xcvrd busy issue Co-authored-by: Jostar Yang <jostar_yang@accton.com.tw>
9 lines
392 B
Plaintext
9 lines
392 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 as7712-pddf-platform-monitor.service
|
|
systemctl start as7712-pddf-platform-monitor.service
|