Added check script for resolvconf-pull-resolved

Before this, the checking happened in the run script, but it makes more sense for it to be in the check script instead
This commit is contained in:
AwesomeAdam54321 2021-06-29 15:08:28 +08:00
parent 9fc6021245
commit 2524b0f9fb

View file

@ -2,5 +2,4 @@
test -e /run/resolvconf/enable-updates test -e /run/resolvconf/enable-updates
test -x /sbin/resolvconf test -x /sbin/resolvconf
/bin/sh -c 'cat /run/systemd/resolve/stub-resolv.conf | grep -v edns0 | /sbin/resolvconf -a systemd-resolved' /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 exec pause