Skip to content

Commit 2e39683

Browse files
authored
[202311] Fix for DNS service being canceled (sonic-net#18846)
* Test to fix canceled DNS service * Remove bind dependency
1 parent 9d3329e commit 2e39683

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

files/image_config/resolv-config/resolv-config.service

-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
Description=Update DNS configuration
33
Requires=updategraph.service
44
After=updategraph.service
5-
BindsTo=sonic.target
65
After=sonic.target
76
StartLimitIntervalSec=0
87

@@ -11,5 +10,3 @@ Type=oneshot
1110
RemainAfterExit=yes
1211
ExecStart=/usr/bin/resolv-config.sh start
1312

14-
[Install]
15-
WantedBy=sonic.target

0 commit comments

Comments
 (0)