8ba0370776
* Add new CIG device CS6436-54P and CS5435-54P, also update code for CS6436-56P * Update port_config.ini update port config file started from "Ethernet1" * Update port_config.ini Update port config file started from "Ethernet1" * Update port_config.ini Update the index column in the port config file * Update sfputil.py Update sfputil python file as the port index changed * Update port_config.ini Update the index column in the port config file * Update sfputil.py Update sfputil python file as the port index changed
14 lines
292 B
Desktop File
14 lines
292 B
Desktop File
[Unit]
|
|
Description=Cig CS5435-54P Platform initialization service
|
|
Before=pmon.service
|
|
DefaultDependencies=no
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/local/bin/cig_cs5435_util.py install
|
|
ExecStop=/usr/local/bin/cig_cs5435_util.py clean
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|