-
-
Save Mossman1215/6d5f4043c1067699095e9a3b71468323 to your computer and use it in GitHub Desktop.
Remove systemctl service
This file contains 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
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