756de913cb
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
15 lines
300 B
Desktop File
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
|