Advertisement
Javi

CLI: remove service from ubuntu

Jan 27th, 2023
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. systemctl stop ttyd
  2. systemctl disable ttyd
  3. rm /etc/systemd/system/ttyd
  4. rm /etc/systemd/system/ttyd # and symlinks that might be related
  5. rm /usr/lib/systemd/system/ttyd
  6. rm /usr/lib/systemd/system/ttyd # and symlinks that might be related
  7. systemctl daemon-reload
  8. systemctl reset-failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement