[icinga-checkins] icinga.org: icinga2/next: Don' t mark the systemd service file as executable.
git at icinga.org
git at icinga.org
Sun Jun 15 20:27:43 CEST 2014
Module: icinga2
Branch: next
Commit: 5b8b85d94f6305cecc054d7bb37d2bcb3fcf13ef
URL: https://git.icinga.org/?p=icinga2.git;a=commit;h=5b8b85d94f6305cecc054d7bb37d2bcb3fcf13ef
Author: Gerd von Egidy <gerd at egidy.de>
Date: Sun Jun 15 20:08:05 2014 +0200
Don't mark the systemd service file as executable.
Refs #4794
---
icinga2.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/icinga2.spec b/icinga2.spec
index eb49854..c9d5894 100644
--- a/icinga2.spec
+++ b/icinga2.spec
@@ -443,7 +443,7 @@ exit 0
%defattr(-,root,root,-)
%doc COPYING COPYING.Exceptions README NEWS AUTHORS ChangeLog
%if 0%{?use_systemd}
-%attr(755,-,0) %{_unitdir}/%{name}.service
+%attr(644,-,0) %{_unitdir}/%{name}.service
%else
%attr(755,-,-) %{_sysconfdir}/init.d/%{name}
%endif
More information about the icinga-checkins
mailing list