Skip to content

Commit

Permalink
cachyos-settings: Prepare for systemd 256 release
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Jung <[email protected]>
  • Loading branch information
ptr1337 committed Jun 14, 2024
1 parent a6d4ac0 commit 62ce12b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cachyos-settings/cachyos-settings.install
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SERVICES=("ananicy-cpp" "uksmd")
SERVICES=("ananicy-cpp")

post_install() {
echo "Enabling services..."
Expand All @@ -18,4 +18,6 @@ post_upgrade() {
systemctl enable "$service"
fi
done
echo "Disabling uksmd, managed now via systemd 256 MemoryKSM"
systemctl disable uksmd
}

0 comments on commit 62ce12b

Please sign in to comment.