Skip to content

Commit

Permalink
[NAT] : Removed requires dependency on swss (#4551)
Browse files Browse the repository at this point in the history
Signed-off-by: Akhilesh Samineni <akhilesh.samineni@broadcom.com>
  • Loading branch information
AkhileshSamineni authored May 8, 2020
1 parent 7f14acb commit 86627df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/build_templates/nat.service.j2
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Unit]
Description=NAT container
Requires=updategraph.service swss.service
Requires=updategraph.service
After=updategraph.service swss.service syncd.service
Before=ntp-config.service
StartLimitIntervalSec=1200
Expand Down

0 comments on commit 86627df

Please sign in to comment.