Skip to content

Commit c7af19a

Browse files
authored
[teamd service] start teamd service after swss (sonic-net#2829)
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]>
1 parent 452e75c commit c7af19a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

files/build_templates/teamd.service.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[Unit]
22
Description=TEAMD container
33
Requires=updategraph.service
4-
After=updategraph.service
4+
After=updategraph.service swss.service
55
Before=ntp-config.service
66

77
[Service]

0 commit comments

Comments
 (0)