Set permissions for pihole-FTL.service to 644 (rw-r--r--)

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2018-04-14 11:12:44 +02:00
parent 998138695a
commit b1f483394e

View File

@@ -1760,7 +1760,7 @@ FTLinstall() {
fi
# Always replace pihole-FTL.service
install -T -m 0755 "${PI_HOLE_LOCAL_REPO}/advanced/pihole-FTL.service" "/etc/systemd/system/pihole-FTL.service"
install -T -m 0644 "${PI_HOLE_LOCAL_REPO}/advanced/pihole-FTL.service" "/etc/systemd/system/pihole-FTL.service"
# Enable service script (we have to do this after replacing the service unit)
systemctl enable pihole-FTL.service