summarylogtreecommitdiffstats
path: root/pi-hole-server.install
diff options
context:
space:
mode:
authormax.bra2016-01-27 00:26:43 +0100
committermax.bra2016-01-27 00:26:43 +0100
commite9c390620b7aab5040022957a56a3c1b223c85f9 (patch)
tree04d155b03ec8fc3ab1ede61dbbc83bfb51210153 /pi-hole-server.install
parent63917ca5abb9e956c85aa5daad638f2068f06782 (diff)
downloadaur-e9c390620b7aab5040022957a56a3c1b223c85f9.tar.gz
ver. 2.4
Diffstat (limited to 'pi-hole-server.install')
-rw-r--r--pi-hole-server.install5
1 files changed, 2 insertions, 3 deletions
diff --git a/pi-hole-server.install b/pi-hole-server.install
index 910aa0c435ad..e0514cf8e758 100644
--- a/pi-hole-server.install
+++ b/pi-hole-server.install
@@ -1,12 +1,11 @@
post_install() {
cat <<- EOF
==> please read configuration instructions at /usr/share/doc/pihole/configuration
+ ==> lighttpd config file is changed. please uninstall and reinstall following configuration steps.
==> first install/update run...
EOF
chown -R http.http /srv/http/pihole
- touch /run/log/pihole.log
- chmod 644 /run/log/pihole.log
- chown dnsmasq.root /run/log/pihole.log
+ systemd-tmpfiles --create pi-hole.conf
/usr/bin/gravity.sh > /dev/null
}