sonic-buildimage/platform/broadcom/sonic-platform-modules-dell/z9264f/systemd/platform-modules-z9264f.service
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

14 lines
272 B
Desktop File

[Unit]
Description=Dell Z9264f Platform modules
Before=pmon.service
DefaultDependencies=no
[Service]
Type=oneshot
ExecStart=/usr/local/bin/z9264f_platform.sh init
ExecStop=/usr/local/bin/z9264f_platform.sh deinit
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target