Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After installing the SONiC image under ONIE on AS7326-56X/AS7726-56X, all ports cannot link up at the first boot of SONiC #3726

Merged
merged 1 commit into from
Nov 9, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
[Unit]
Description=Accton AS7326-56X Platform MAC hnadle service
Before=pmon.service
After=sysinit.target
DefaultDependencies=no
Description=Accton AS7326-56X Platform MAC handle service
Before=opennsl-modules.service
After=local-fs.target

[Service]
ExecStart=/usr/local/bin/accton_handle_idt.sh
KillSignal=SIGKILL
SuccessExitStatus=SIGKILL
Type=oneshot
ExecStart=/usr/local/bin/idt_init.sh
RemainAfterExit=yes

# Resource Limitations
LimitCORE=infinity

[Install]
WantedBy=multi-user.target
WantedBy=opennsl-modules.service
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
[Unit]
Description=Accton AS7726-32X Platform MAC hnadle service
Before=pmon.service
After=sysinit.target
DefaultDependencies=no
Description=Accton AS7726-32X Platform MAC handle service
Before=opennsl-modules.service
After=local-fs.target

[Service]
ExecStart=/usr/local/bin/accton_handle_idt.sh
KillSignal=SIGKILL
SuccessExitStatus=SIGKILL
Type=oneshot
ExecStart=/usr/local/bin/idt_init.sh
RemainAfterExit=yes

# Resource Limitations
LimitCORE=infinity

[Install]
WantedBy=multi-user.target
WantedBy=opennsl-modules.service