SlackBuildsOrg/network/anydesk
Reza Talebi c4215bd029
network/anydesk: Updated for version 6.2.0.
Signed-off-by: Reza Talebi <reza.talebi.73@outlook.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-07-01 10:22:40 +07:00
..
anydesk.info
anydesk.SlackBuild
copyright
doinst.sh
rc.anydesk
README
slack-desc

Connect to a computer remotely, be it from the other end of the
office or halfway around the world. AnyDesk ensures secure and
reliable remote desktop connections for IT professionals
and on-the-go individuals alike. AnyDesk works across all your
devices and operating systems: Windows, Linux, macOS, iOS, Android,
FreeBSD and even your Raspberry Pi!

The following can be used to start/stop AnyDesk automatically:
/etc/rc.d/rc.local
  if [ -x /etc/rc.d/rc.anydesk ]; then
    /etc/rc.d/rc.anydesk start
  fi

/etc/rc.d/rc.local_shutdown
  if [ -x /etc/rc.d/rc.anydesk ]; then
    /etc/rc.d/rc.anydesk stop
  fi