Skip to content

Commit

Permalink
Disable tuned service by default
Browse files Browse the repository at this point in the history
  • Loading branch information
francoism90 authored Feb 1, 2025
1 parent 68d4a93 commit 3543412
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ucore/install-ucore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,8 @@ fi
# install packages direct from github
/ctx/github-release-install.sh trapexit/mergerfs "fc${RELEASE}.x86_64"

# disable tuned service by default
systemctl disable tuned.service

# tweak os-release
sed -i '/^PRETTY_NAME/s/(uCore.*$/(uCore)"/' /usr/lib/os-release

0 comments on commit 3543412

Please sign in to comment.