From 5b8b85d94f6305cecc054d7bb37d2bcb3fcf13ef Mon Sep 17 00:00:00 2001 From: Gerd von Egidy Date: Sun, 15 Jun 2014 20:08:05 +0200 Subject: [PATCH] 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 eb4985484..c9d58942e 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