diff --git a/sv/resolvconf-pull-resolved/check b/sv/resolvconf-pull-resolved/check deleted file mode 100755 index 3652ee2..0000000 --- a/sv/resolvconf-pull-resolved/check +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -e -resolvectl query gnu.org > /dev/null diff --git a/sv/resolvconf-pull-resolved/run b/sv/resolvconf-pull-resolved/run index 8a9e78f..be3bc98 100755 --- a/sv/resolvconf-pull-resolved/run +++ b/sv/resolvconf-pull-resolved/run @@ -2,4 +2,5 @@ test -e /run/resolvconf/enable-updates test -x /sbin/resolvconf /bin/sh -c 'cat /run/systemd/resolve/stub-resolv.conf | grep -v edns0 | /sbin/resolvconf -a systemd-resolved' +resolvectl query gnu.org > /dev/null exec pause