Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Mossman1215/6d5f4043c1067699095e9a3b71468323 to your computer and use it in GitHub Desktop.
Save Mossman1215/6d5f4043c1067699095e9a3b71468323 to your computer and use it in GitHub Desktop.
Remove systemctl service
sudo systemctl stop [servicename]
sudo systemctl disable [servicename]
#rm /etc/systemd/system/[servicename]
#rm /etc/systemd/system/[servicename] symlinks that might be related
sudo systemctl daemon-reload
sudo systemctl reset-failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment