Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ianscrivener/263dc32ea45e08c96ed9d90d3fd208ee to your computer and use it in GitHub Desktop.
Save ianscrivener/263dc32ea45e08c96ed9d90d3fd208ee 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