sonic-buildimage/dockers/docker-teamd/start.sh
Shuotian Cheng 7313e7d9bc [teamd]: Add teammgrd in docker-teamd (#2064)
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>
2018-10-19 03:41:53 -07:00

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