qrtr-ns.service: do not install as executable

Fix
systemd[1]: Configuration file /lib/systemd/system/qrtr-ns.service is marked executable. Please remove executable permission bits. Proceeding anyway.
This commit is contained in:
Julien Massot
2019-08-28 13:03:54 +02:00
committed by Bjorn Andersson
parent 7bd5cf3024
commit 2ed52a30f6

View File

@@ -126,7 +126,7 @@ $1: $1.in
$(DESTDIR)$(servicedir)/$1: $1
@echo "INSTALL $$<"
@install -D -m 755 $$< $$@
@install -D -m 644 $$< $$@
all-install += $(DESTDIR)$(servicedir)/$1
endef