7313e7d9bc
Remove the teamd.j2 templates used for starting the teamd. Add teammgrd instead to manage all port channel related configuration changes. Remove front panel port related configurations in interfaces.j2 templates as well. Remove teamd.sh script and use teammgrd to start all the teamd processes. Remove all the logics in the start.sh script as well. Update the sonic-swss submodule. Signed-off-by: Shu0T1an ChenG <shuche@microsoft.com>
11 lines
163 B
Bash
Executable File
11 lines
163 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
rm -f /var/run/rsyslogd.pid
|
|
rm -f /var/run/teamd/*
|
|
|
|
supervisorctl start rsyslogd
|
|
|
|
supervisorctl start teammgrd
|
|
|
|
supervisorctl start teamsyncd
|