PKGBUILD/CORE/Core/performance-tweaks/performance-tweaks.install

11 lines
151 B
Plaintext

post_install() {
systemctl enable ananicy-cpp
systemctl enable irqbalance
systemctl enable preload
}
post_upgrade() {
post_install
}