b0b0ba828a
Why I did it Added support for the device N3248PXE How I did it Implemented the support for the platform N3248PXE n3248pxe_unit_test_log.txt Switch Vendor: DellEMC * Switch SKU: N3248PXE * ASIC Vendor: Broadcom * SONiC Image: sonic-broadcom.bin How to verify it Verified the show platform commands
14 lines
278 B
Desktop File
14 lines
278 B
Desktop File
[Unit]
|
|
Description=Dell N3248pxe Platform modules
|
|
Before=pmon.service
|
|
DefaultDependencies=no
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/local/bin/n3248pxe_platform.sh init
|
|
ExecStop=/usr/local/bin/n3248pxe_platform.sh deinit
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|