Skip to content

Commit

Permalink
[teamd service] start teamd service after swss (#2829)
Browse files Browse the repository at this point in the history
SWSS clears DB tables, if teamd is not started after swss, there is a
race condition that swss might clear vital teamd information.

Signed-off-by: Ying Xie <[email protected]>
  • Loading branch information
yxieca authored Apr 26, 2019
1 parent 452e75c commit c7af19a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/build_templates/teamd.service.j2
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Unit]
Description=TEAMD container
Requires=updategraph.service
After=updategraph.service
After=updategraph.service swss.service
Before=ntp-config.service

[Service]
Expand Down

0 comments on commit c7af19a

Please sign in to comment.