b30cf44b93
Add new platform x86_64-ragile_ra-b6510-48v8c-r0 ASIC Vendor: Broadcom Switch ASIC: Trident 3 Port Config: 48x25G+8x100G Signed-off-by: pettershao-ragilenetworks <pettershao@ragilenetworks.com>
16 lines
305 B
Desktop File
Executable File
16 lines
305 B
Desktop File
Executable File
[Unit]
|
|
Description= ragile Global Initialize I2c drivers.
|
|
After=pddf-platform-init.service
|
|
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
|
|
|