Skip to content

Commit

Permalink
[dhcp_relay] make dhcp_relay service depends on teamd as well (#1348)
Browse files Browse the repository at this point in the history
When teamd service restarted, the port channels will be recreated.

Dhcp relay service needs to be restarted after that to listen on the
right port channels.
  • Loading branch information
yxieca authored Jan 30, 2018
1 parent 1d0a57a commit 474b3f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/build_templates/dhcp_relay.service.j2
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Unit]
Description=DHCP relay container
Requires=docker.service
Requires=docker.service teamd.service
After=swss.service

[Service]
Expand Down

0 comments on commit 474b3f0

Please sign in to comment.