a582c13e98
Add new platform x86_64-ruijie_b6510-48vs8cq-r0 (Trident 3) ASIC Vendor: Broadcom Switch ASIC: Trident 3 Port Config: 48x25G+8x100G Signed-off-by: tim-rj <sonic_rd@ruijie.com.cn>
16 lines
294 B
Desktop File
Executable File
16 lines
294 B
Desktop File
Executable File
[Unit]
|
|
Description= Ruijie Global Initialize I2c drivers.
|
|
After=local-fs.target
|
|
Before=pmon.service
|
|
DefaultDependencies=no
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/local/bin/device_i2c.py start
|
|
ExecStop=/usr/local/bin/device_i2c.py stop
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|