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
16 lines
304 B
Desktop File
16 lines
304 B
Desktop File
[Unit]
|
|
Description=Cig CS5435-54P Platform miscellaneous service
|
|
After=cs5435-platform-init.service
|
|
DefaultDependencies=no
|
|
|
|
[Service]
|
|
ExecStart=/usr/local/bin/cig_cs5435_misc.py
|
|
KillSignal=SIGKILL
|
|
SuccessExitStatus=SIGKILL
|
|
|
|
# Resource Limitations
|
|
LimitCORE=infinity
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|