Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias K <6317548+theCalcaholic@users.noreply.github.com>2022-07-17 18:13:12 +0300
committerTobias K <6317548+theCalcaholic@users.noreply.github.com>2022-07-17 18:13:12 +0300
commit2934a7a3747810c7447f0afc51baa6a2dc917fef (patch)
tree422bf9a38d97b85635b81ed22f0e37959b23d506
parenta2b63156b68e12ba142f0237969ade14038c68de (diff)
dnsmasq.sh: Fix dnsmasq workaround
-rw-r--r--bin/ncp/NETWORKING/dnsmasq.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ncp/NETWORKING/dnsmasq.sh b/bin/ncp/NETWORKING/dnsmasq.sh
index 9a691797..fec4712d 100644
--- a/bin/ncp/NETWORKING/dnsmasq.sh
+++ b/bin/ncp/NETWORKING/dnsmasq.sh
@@ -21,10 +21,10 @@ install()
service systemd-resolved stop
service dnsmasq start
service dnsmasq stop
- service systemd-resolved start
}
update-rc.d dnsmasq disable || rm /etc/systemd/system/multi-user.target.wants/dnsmasq.service
service dnsmasq stop
+ service systemd-resolved start || true
[[ "$DOCKERBUILD" == 1 ]] && {
cat > /etc/services-available.d/100dnsmasq <<EOF