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:
Diffstat (limited to 'etc/nextcloudpi-config.d/dnsmasq.sh')
-rw-r--r--etc/nextcloudpi-config.d/dnsmasq.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/nextcloudpi-config.d/dnsmasq.sh b/etc/nextcloudpi-config.d/dnsmasq.sh
index a2226864..2d416189 100644
--- a/etc/nextcloudpi-config.d/dnsmasq.sh
+++ b/etc/nextcloudpi-config.d/dnsmasq.sh
@@ -28,7 +28,7 @@ install()
update-rc.d dnsmasq disable
[[ "$DOCKERBUILD" == 1 ]] && {
- cat > /etc/services.d/100-dnsmasq-run.sh <<EOF
+ cat > /etc/services-available.d/100dnsmasq <<EOF
#!/bin/bash
source /usr/local/etc/library.sh
@@ -46,7 +46,7 @@ service dnsmasq start
exit 0
EOF
- chmod +x /etc/services.d/100-dnsmasq-run.sh
+ chmod +x /etc/services-available.d/100dnsmasq
}
}