[dhcp_relay] make dhcp_relay service depends on teamd as well (#1348)

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.
This commit is contained in:
Ying Xie 2018-01-29 16:26:54 -08:00 committed by GitHub
parent 1d0a57a465
commit 474b3f08e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
[Unit]
Description=DHCP relay container
Requires=docker.service
Requires=docker.service teamd.service
After=swss.service
[Service]