Created
July 7, 2018 00:47
-
-
Save rub1cc/16e433c07db7f2066812b22ccc4c8693 to your computer and use it in GitHub Desktop.
Disable some services to reduce memory usage on Fedora 28
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Disable some services | |
mkdir /usr/libexec/disabled | |
mv -v /usr/libexec/gsd-* /usr/libexec/disabled | |
mv -v /usr/libexec/evolution-* /usr/libexec/disabled | |
mv -v /usr/libexec/tracker-* /usr/libexec/disabled | |
# Stop autostart for some services | |
mkdir /etc/xdg/autostart/disabled | |
mv -v /etc/xdg/autostart/gnome-software.desktop /etc/xdg/autostart/disabled |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment