sonic-buildimage/platform/broadcom/sonic-platform-modules-dell/debian/platform-modules-z9264f.postinst
Sudharsan D.G 1ffb34b4e3 [devices]: Dell z9264f bringup (#2415)
* 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
2019-01-08 21:14:18 -08:00

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#