We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0237ec commit 3920ac2Copy full SHA for 3920ac2
files/build_templates/dhcp_relay.service.j2
@@ -1,7 +1,7 @@
1
[Unit]
2
Description=DHCP relay container
3
-Requires=updategraph.service swss.service teamd.service
4
-After=updategraph.service swss.service teamd.service
+Requires=updategraph.service
+After=updategraph.service swss.service syncd.service teamd.service
5
Before=ntp-config.service
6
7
[Service]
@@ -11,4 +11,4 @@ ExecStart=/usr/bin/{{ docker_container_name }}.sh wait
11
ExecStop=/usr/bin/{{ docker_container_name }}.sh stop
12
13
[Install]
14
-WantedBy=multi-user.target swss.service teamd.service
+WantedBy=multi-user.target
files/scripts/swss.sh
@@ -2,7 +2,7 @@
SERVICE="swss"
PEER="syncd"
-DEPENDENT="teamd radv"
+DEPENDENT="teamd radv dhcp_relay"
DEBUGLOG="/tmp/swss-syncd-debug.log"
LOCKFILE="/tmp/swss-syncd-lock"
8
0 commit comments