Rename systemd unit file inside the repo to confuse Github less

Signed-off-by: DL6ER <dl6er@dl6er.de>
pull/2112/head
DL6ER 6 years ago
parent 39ead75b86
commit e0d41c4a60
No known key found for this signature in database
GPG Key ID: 00135ACBD90B28DD

@ -1758,7 +1758,7 @@ FTLinstall() {
if file "$(which init)" | grep "systemd" &> /dev/null; then
# Use systemd unit
# Always replace pihole-FTL.service (systemd unit)
install -T -m 0644 "${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.systemd" "/etc/systemd/system/pihole-FTL.service"
install -T -m 0755 "${PI_HOLE_LOCAL_REPO}/advanced/pihole-FTL-prestart.sh" "/opt/pihole/pihole-FTL-prestart.sh"
# Remove old init.d script if present as it cannot coexist with the systemd unit we are installing here

Loading…
Cancel
Save