Skip to content

Commit

Permalink
move tmpfiles cleanup to desktop package
Browse files Browse the repository at this point in the history
  • Loading branch information
korewaChino committed Aug 3, 2024
1 parent 68b08fc commit f55baa8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ install -Dm644 %{SOURCE4} %{buildroot}/etc/modules-load.d/bbr.conf

%files core
%defattr(-,root,root,-)
%config /etc/tmpfiles.d/tmpfiles-cleanup.conf
%config /etc/sysctl.d/50-networking-tweaks.conf
%config /etc/modules-load.d/bbr.conf

%files desktop
%defattr(-,root,root,-)
%config /etc/tmpfiles.d/tmpfiles-cleanup.conf
%config /etc/systemd/journald.conf.d/journal-cleanup.conf
%config /etc/logrotate.d/ultramarine-logrotate.conf

Expand Down

0 comments on commit f55baa8

Please sign in to comment.