Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kriptonium/37312f78085674d975cc14312bc71710 to your computer and use it in GitHub Desktop.
Save Kriptonium/37312f78085674d975cc14312bc71710 to your computer and use it in GitHub Desktop.
Disable abrt - Fedora 23
systemctl -t service | grep abrt
systemctl stop abrt-ccpp
systemctl disable abrt-ccpp
systemctl stop abrt-xorg
systemctl disable abrt-xorg
systemctl stop abrtd
systemctl disable abrtd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment