Don't mark the systemd service file as executable.

Refs #4794
This commit is contained in:
Gerd von Egidy 2014-06-15 20:08:05 +02:00
parent 39150cae30
commit 5b8b85d94f
1 changed files with 1 additions and 1 deletions

View File

@ -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