Home

Published

- 1 min read

remove from systemctl

img of remove from systemctl

The solution for this is noted below

remove from systemctl

Solution

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

Try other methods by searching on the site. That is if this doesn’t work