We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a36527a commit 673c82fCopy full SHA for 673c82f
files/build_templates/dhcp_relay.service.j2
@@ -1,7 +1,7 @@
1
[Unit]
2
Description=DHCP relay container
3
Requires=docker.service teamd.service
4
-After=swss.service
+After=swss.service teamd.service
5
6
[Service]
7
User={{ sonicadmin_user }}
@@ -10,4 +10,4 @@ ExecStart=/usr/bin/{{ docker_container_name }}.sh attach
10
ExecStop=/usr/bin/{{ docker_container_name }}.sh stop
11
12
[Install]
13
-WantedBy=multi-user.target
+WantedBy=multi-user.target teamd.service
0 commit comments