[teamd service] start teamd service after swss (#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 <ying.xie@microsoft.com>
This commit is contained in:
Ying Xie 2019-04-26 15:12:33 -07:00 committed by Ying Xie
parent 042d6145a5
commit edc8685e1e

View File

@ -1,7 +1,7 @@
[Unit]
Description=TEAMD container
Requires=updategraph.service
After=updategraph.service
After=updategraph.service swss.service
Before=ntp-config.service
[Service]