Skip to content

Commit

Permalink
[teamd service] teamd service should start after syncd (sonic-net#2724)
Browse files Browse the repository at this point in the history
* [teamd service] teamd service should start after syncd

Signed-off-by: Ying Xie <ying.xie@microsoft.com>

* combine after lines
  • Loading branch information
yxieca authored and tiantianlv committed Apr 10, 2019
1 parent 2394753 commit 8da3829
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 syncd.service
Before=ntp-config.service

[Service]
Expand Down

0 comments on commit 8da3829

Please sign in to comment.