mirror of
https://abf.rosa.ru/djam/tuned.git
synced 2025-02-24 22:53:06 +00:00
fix tuned
This commit is contained in:
parent
d3fcebc9dd
commit
c8f54be9e5
1 changed files with 2 additions and 2 deletions
|
@ -92,10 +92,10 @@ fi
|
||||||
# convert active_profile from full path to name (if needed)
|
# convert active_profile from full path to name (if needed)
|
||||||
sed -e 's|.*/\([^/]\+\)/[^\.]\+\.conf|\1|' -i %{_sysconfdir}/tuned/active_profile
|
sed -e 's|.*/\([^/]\+\)/[^\.]\+\.conf|\1|' -i %{_sysconfdir}/tuned/active_profile
|
||||||
|
|
||||||
%systemd_post {name}
|
%systemd_post %{name}
|
||||||
|
|
||||||
%preun
|
%preun
|
||||||
%systemd_preun {name}
|
%systemd_preun %{name}
|
||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue