| Summary: | Systemd unit should be 644 permission. | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Christopher Meng <i> |
| Component: | rabbitmq-server | Assignee: | Peter Lemenkov <lemenkov> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | hubert.plociniczak, lemenkov |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | rabbitmq-server-3.1.5-2.fc21 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-08-27 09:32:04 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
Quoted: #Copy all necessary lib files etc. %if 0%{?el5}%{?el6} install -p -D -m 0755 %{S:1} %{buildroot}%{_initrddir}/rabbitmq-server %else install -p -D -m 0755 %{S:6} %{buildroot}%{_unitdir}/%{name}.service %endif install -p -D -m 0755 %{S:6} %{buildroot}%{_unitdir}/%{name}.service should be install -p -D -m 0644 %{S:6} %{buildroot}%{_unitdir}/%{name}.service as there is no need to set it as 755.