Skip to content

Commit

Permalink
[mgmt-framework] start after syncd (sonic-net#4174)
Browse files Browse the repository at this point in the history
every service starts after syncd to start the most critical parts first

Signed-off-by: Stepan Blyschak <stepanb@mellanox.com>
  • Loading branch information
stepanblyschak authored and pphuchar committed Mar 9, 2020
1 parent c9ae0ca commit 61c75c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/build_templates/mgmt-framework.service.j2
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Unit]
Description=Management Framework container
Requires=swss.service
After=swss.service
After=swss.service syncd.service
Before=ntp-config.service

[Service]
Expand Down

0 comments on commit 61c75c3

Please sign in to comment.