diff --git a/sv/resolvconf-pull-resolved/run b/sv/resolvconf-pull-resolved/run new file mode 100644 index 0000000..be3bc98 --- /dev/null +++ b/sv/resolvconf-pull-resolved/run @@ -0,0 +1,6 @@ +#!/bin/sh -e +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