diff options
author | Christian Pointner <equinox@spreadspace.org> | 2015-05-13 08:00:22 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2015-05-13 08:00:22 +0200 |
commit | 3ada19e900979fdff9a90818e796f3fb282ecae3 (patch) | |
tree | 4d5e44dd48ad99b6aa1846e5ec97aa515cb29b84 | |
parent | updated copyright and changelog (diff) |
fixed systemd.service file permission
-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/ |