How to disable AnyDesk autostart in Ubuntu?
AnyDesk runs in Ubuntu startup and I couldn't find any setting in order to disable it in its settings. How can I disable AnyDesk autostart?
I've found the following approach to disable the AnyDesk service. In this way, you can run it manually.
systemctl disable anydesk.service
You can also check its service status:
systemctl status anydesk
nb: you might want to stop it first (or after) if it is running:
service anydesk stop