fix tuned

This commit is contained in:
Alexander Stefanov 2020-05-17 15:02:55 +00:00
parent d3fcebc9dd
commit c8f54be9e5

View file

@ -92,10 +92,10 @@ fi
# convert active_profile from full path to name (if needed)
sed -e 's|.*/\([^/]\+\)/[^\.]\+\.conf|\1|' -i %{_sysconfdir}/tuned/active_profile
%systemd_post {name}
%systemd_post %{name}
%preun
%systemd_preun {name}
%systemd_preun %{name}
#----------------------------------------------------------------------------