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 <[email protected]>

* combine after lines
  • Loading branch information
yxieca authored Apr 1, 2019
1 parent b73f9a5 commit 0d1efb1
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 0d1efb1

Please sign in to comment.