[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:
parent
1d0a57a465
commit
474b3f08e7
@ -1,6 +1,6 @@
|
||||
[Unit]
|
||||
Description=DHCP relay container
|
||||
Requires=docker.service
|
||||
Requires=docker.service teamd.service
|
||||
After=swss.service
|
||||
|
||||
[Service]
|
||||
|
Loading…
Reference in New Issue
Block a user