mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
dnsmasq.sh: Don't use update-rc.d for systemd-resolved
This commit is contained in:
parent
23fa33b638
commit
99cc9e610c
@ -17,7 +17,7 @@ install()
|
||||
service dnsmasq stop
|
||||
! is_docker && {
|
||||
service systemd-resolved start || true
|
||||
update-rc.d systemd-resolved enable
|
||||
systemctl enable systemd-resolved || echo "WARN: systemd-resolved could not be enabled. This might cause networking issues!"
|
||||
}
|
||||
update-rc.d dnsmasq disable || rm /etc/systemd/system/multi-user.target.wants/dnsmasq.service
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user