We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e5b0d1 commit dced3cdCopy full SHA for dced3cd
files/build_templates/dhcp_relay.service.j2
@@ -1,6 +1,6 @@
1
[Unit]
2
Description=DHCP relay container
3
-Requires=updategraph.service swss.service teamd.service
+Requires=updategraph.service
4
After=updategraph.service swss.service syncd.service teamd.service
5
Before=ntp-config.service
6
StartLimitIntervalSec=1200
@@ -15,4 +15,4 @@ Restart=always
15
RestartSec=30
16
17
[Install]
18
-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"
7
LOCKFILE="/tmp/swss-syncd-lock"
8
0 commit comments