Skip to content

Commit 673c82f

Browse files
authored
[dhcp_relay] complete the dhcp_relay service dependency towards teamd (#1356)
This change makes sure that the dhcp_relay service will be started after teamd service is started from a stopped state.
1 parent a36527a commit 673c82f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[Unit]
22
Description=DHCP relay container
33
Requires=docker.service teamd.service
4-
After=swss.service
4+
After=swss.service teamd.service
55

66
[Service]
77
User={{ sonicadmin_user }}
@@ -10,4 +10,4 @@ ExecStart=/usr/bin/{{ docker_container_name }}.sh attach
1010
ExecStop=/usr/bin/{{ docker_container_name }}.sh stop
1111

1212
[Install]
13-
WantedBy=multi-user.target
13+
WantedBy=multi-user.target teamd.service

0 commit comments

Comments
 (0)