Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[aarch64] Fix packaging systemd unit files. Contributes to JB#49681
  • Loading branch information
mlehtima committed Jul 6, 2020
1 parent 2d5f2b0 commit a5fc378
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rpm/mce.spec
Expand Up @@ -115,8 +115,8 @@ systemctl daemon-reload || :
%config %{_sysconfdir}/dbus-1/system.d/mce.conf
# systemd
%config %{_sysconfdir}/tmpfiles.d/mce.conf
/lib/systemd/system/%{name}.service
/lib/systemd/system/multi-user.target.wants/%{name}.service
%{_unitdir}/%{name}.service
%{_unitdir}/multi-user.target.wants/%{name}.service

%files tools
%defattr(-,root,root,-)
Expand Down

0 comments on commit a5fc378

Please sign in to comment.