sonic-buildimage/platform/innovium/sonic-platform-modules-wistron/6512-32r/service/platform-modules-6512-32r.service
WistronNetwork df28eceb35
[Wistron] Add 6512-32r platform support (#10956)
Why I did it
Add 6512-32r support for Wistron platform
Update sw-to3200k for newer branch
How I did it
Add code in device and platform folder for 6512-32r
Update sw-to3200k code both in device and platform folder
How to verify it
Install on Wistron device and run command to verify

Signed-off-by: RogerChang Roger_Chang@wistron.com
2022-06-30 09:13:56 -07:00

15 lines
312 B
Desktop File

[Unit]
Description=Wistron 6512-32R Platform modules
Before=pmon.service
After=sysinit.target
DefaultDependencies=no
[Service]
Type=oneshot
ExecStart=/usr/local/bin/wistron_6512_32r_util.py install
ExecStop=/usr/local/bin/wistron_6512_32r_util.py clean
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target