diff options
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 5bcc68a..80b99f0 100644 --- a/src/Makefile +++ b/src/Makefile @@ -119,7 +119,7 @@ install-bin: $(EXECUTABLE) install-systemd: $(INSTALL) -d $(DESTDIR)$(SYSTEMDDIR) - $(INSTALL) -m 755 ../contrib/systemd.service $(DESTDIR)$(SYSTEMDDIR)/$(EXECUTABLE).service + $(INSTALL) -m 644 ../contrib/systemd.service $(DESTDIR)$(SYSTEMDDIR)/$(EXECUTABLE).service install-etc: $(INSTALL) -d $(DESTDIR)$(ETCDIR)/init.d/ |