slackbuilds/network/anydesk
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README network/anydesk: Added (Remote Desktop Software). 2019-09-28 10:08:58 +07:00
anydesk.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
anydesk.info network/anydesk: Updated for version 6.1.0. 2021-04-10 17:04:43 +07:00
copyright network/anydesk: Added (Remote Desktop Software). 2019-09-28 10:08:58 +07:00
doinst.sh network/anydesk: Updated for version 6.1.0. 2021-04-10 17:04:43 +07:00
rc.anydesk network/anydesk: Added (Remote Desktop Software). 2019-09-28 10:08:58 +07:00
slack-desc network/anydesk: Added (Remote Desktop Software). 2019-09-28 10:08:58 +07:00

README

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