summaryrefslogtreecommitdiffstats
path: root/network/anydesk/README
diff options
context:
space:
mode:
author Ryan S. Northrup2019-09-28 05:08:58 +0200
committer Willy Sudiarto Raharjo2019-09-28 05:08:58 +0200
commite640f01fbacf9a1ae6c211318ee7321df2e4bb0d (patch)
tree96dcaaff89a6d86cfa56601f4a6bfa0452c7d1a9 /network/anydesk/README
parent6c794323a08d126f1cbaa901bb18f42f3fc3cbf4 (diff)
downloadslackbuilds-e640f01fbacf9a1ae6c211318ee7321df2e4bb0d.tar.gz
network/anydesk: Added (Remote Desktop Software).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/anydesk/README')
-rw-r--r--network/anydesk/README17
1 files changed, 17 insertions, 0 deletions
diff --git a/network/anydesk/README b/network/anydesk/README
new file mode 100644
index 0000000000..695e34325e
--- /dev/null
+++ b/network/anydesk/README
@@ -0,0 +1,17 @@
+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