sonic-buildimage/platform/broadcom/sonic-platform-modules-dell/z9432f/systemd/platform-modules-z9432f.service
arunlk-dell 756de913cb
DellEMC: Initial commit for Z9432F platform (#10640)
Why I did it
Added support for the device Z9432F

How I did it
Implemented the support for the platform Z9432F

Switch Vendor: DellEMC
Switch SKU: Z9432F-ON
ASIC Vendor: Broadcom
SONiC Image: sonic-broadcom.bin
2022-06-15 09:39:41 -07:00

15 lines
300 B
Desktop File

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