49f3b22de5
Add fan control for as7116-54x Modify sfputil.py to support sfp insert and remove events for as7116-54x Modify port_config.nps to set port default admin down Modify port_config.ini for add speed attr Code format optimization like remove newline Modify buffers_defaults_t0 and t1, change ingress_lossless_pool mode from dynamic to static Add nephos_dac.nps and nephos_opt.nps for support difference dac and fiber module
13 lines
300 B
Desktop File
Executable File
13 lines
300 B
Desktop File
Executable File
[Unit]
|
|
Description=Accton AS7116-54X Platform initialization service
|
|
Before=pmon.service
|
|
DefaultDependencies=no
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/local/bin/accton_as7116_util.py install
|
|
ExecStop=/usr/local/bin/accton_as7116_util.py clean
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |