aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2015-06-19 13:27:11 +0200
committerGravatar Christian Hesse <mail@eworm.de>2015-06-19 13:27:11 +0200
commitc34fac8a2841f036f9c7b3074c1078e98ff739c1 (patch)
tree1038a5b8ecef3770febc0414bf944cb4d78869fb
parentbabb114b66d3bbdbba9faa69bb1fdbae49f20172 (diff)
downloadjournal-notify-c34fac8a2841f036f9c7b3074c1078e98ff739c1.tar.gz
journal-notify-c34fac8a2841f036f9c7b3074c1078e98ff739c1.tar.zst
systemd units are not executable
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e3d117d..df16ebc 100644
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,7 @@ install-bin: journal-notify
$(INSTALL) -D -m0755 desktop/journal-notify-sshd.desktop $(DESTDIR)/usr/share/journal-notify/desktop/journal-notify-sshd.desktop
$(INSTALL) -D -m0755 execute/echo.sh $(DESTDIR)/usr/share/journal-notify/execute/echo.sh
$(INSTALL) -D -m0755 execute/mail.sh $(DESTDIR)/usr/share/journal-notify/execute/mail.sh
- $(INSTALL) -D -m0755 systemd/journal-notify-sshd.service $(DESTDIR)/usr/share/journal-notify/systemd/journal-notify-sshd.service
+ $(INSTALL) -D -m0644 systemd/journal-notify-sshd.service $(DESTDIR)/usr/share/journal-notify/systemd/journal-notify-sshd.service
install-doc: README.html
$(INSTALL) -D -m0644 README.md $(DESTDIR)/usr/share/doc/journal-notify/README.md