1ffb34b4e3
* Updating Z9264f for A01 board * Adding platform_reboot plugin to Z9264f * Change execute mode for platform_reboot * Indenting python files * Adding missed service file * Addressing code review comments * Modified the polling logic in transceiver change event
11 lines
190 B
Plaintext
11 lines
190 B
Plaintext
# postinst script for Z9264f
|
|
|
|
# Enable Dell-Z9264f-platform-service
|
|
depmod -a
|
|
systemctl enable platform-modules-z9264f.service
|
|
systemctl start platform-modules-z9264f.service
|
|
|
|
|
|
#DEBHELPER#
|
|
|