sonic-buildimage/platform/broadcom/sonic-platform-modules-accton/as7315-27xb/service/as7315-platform-init.service
Roy Lee b45c1aca73 [device] Adding platform support for Accton as7315-27xb (#3301)
This switch has 27 fiber ports, 4x25G, 20x10G , and 3x100G ports ports.
CPU: Intel ® Atom™ Processor C3508,1.6GHz
BMC: None
MAC: Broadcom BCM88470 (Qumran AX).
MISC: Support IEEE1588v2, hot-swappable PSU, hot-swappable fan tray.

But notice here, BCM88470 is not supported for SAI now.
So the syncd container is not running so far.

Signed-off-by: roy_lee <roy_lee@accton.com>
2019-08-08 01:13:46 -07:00

14 lines
311 B
Desktop File
Executable File

[Unit]
Description=Accton AS7315-27XB Platform initialization service
Before=pmon.service
After=sysinit.target
DefaultDependencies=no
[Service]
ExecStartPre=/usr/local/bin/accton_as7315_util.py install
ExecStart=/usr/local/bin/accton_as7315_monitor.py
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target