remove service from systemctl in ubuntu

systemctl stop [servicename]
systemctl disable [servicename]
rm /etc/systemd/system/[servicename]
rm /usr/lib/systemd/system/[servicename] 
systemctl daemon-reload
systemctl reset-failed



Leave a Reply