bobtownsend
9/14/2017 - 6:56 PM

Recipe to remove a service in Linux systemd

Recipe to remove a service in Linux systemd

systemctl stop [servicename]
systemctl disable [servicename]
rm /etc/systemd/system/[servicename]
rm /etc/systemd/system/[servicename] symlinks that might be related
systemctl daemon-reload
systemctl reset-failed