From 2524b0f9fbf43b5419a61d32a413282f06fdd427 Mon Sep 17 00:00:00 2001 From: AwesomeAdam54321 Date: Tue, 29 Jun 2021 15:08:28 +0800 Subject: [PATCH] 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 --- sv/resolvconf-pull-resolved/run | 1 - 1 file changed, 1 deletion(-) diff --git a/sv/resolvconf-pull-resolved/run b/sv/resolvconf-pull-resolved/run index be3bc98..8a9e78f 100755 --- a/sv/resolvconf-pull-resolved/run +++ b/sv/resolvconf-pull-resolved/run @@ -2,5 +2,4 @@ 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