mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
dnsmasq.sh: Fix dnsmasq workaround
This commit is contained in:
parent
a2b63156b6
commit
2934a7a374
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user