How to remove a systemd service
I’m not sure why systemd doesn’t remove the service, but to do so you can run through the following commands. Also check /etc/init.d/[servicename] as there may be a wrapper there as well. If you know what service you’re looking to remove, great. If not, you can quickly find all the systemd services enabled on your…
Read More How to remove a systemd service