Skip to content

Instantly share code, notes, and snippets.

@binhqd
Created May 24, 2018 02:12
Show Gist options
  • Save binhqd/5b6d5fc517a9824e794f458631c703d3 to your computer and use it in GitHub Desktop.
Save binhqd/5b6d5fc517a9824e794f458631c703d3 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