sonic-buildimage/platform/broadcom/sonic-platform-modules-cel/seastone2/systemd/platform-modules-seastone2.service
Pradchaya Phucharoen 522916397d [Celestica/Seastone2] Add support Seastone2 device and platform (#3761)
* [device/celestica] Add seastone2 device specific plugins and SKU

* [platform/broadcom] Add Celestica seastone2 platform module

* update minigraph for Seastone_2 and remove 10KR port configuration

* [device/celestica] hwsku:Seastone2 update port configuration

* [plugins/psuutil] fix psutuil cannot run in pmon docker

* [plugins/sfputil] raise error in get_transceiver_change_event

* [device/celestica] Seastone2 add config to skip ledd in pmon

Co-authored-by: tiantianlv <38775940+tiantianlv@users.noreply.github.com>
2020-01-15 18:42:09 -08:00

14 lines
290 B
Desktop File

[Unit]
Description=Celestica seastone2 platform modules
After=local-fs.target
Before=pmon.service
[Service]
Type=oneshot
ExecStart=-/etc/init.d/platform-modules-seastone2 start
ExecStop=-/etc/init.d/platform-modules-seastone2 stop
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target