diff options
author | James Meyer <james.meyer@operamail.com> | 2012-08-25 21:18:41 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-08-25 21:18:41 (GMT) |
commit | ca7ec8a9a3c546d4dd735285bc7284bc859c7f98 (patch) | |
tree | 4f1bcb2a3c18a8a549c1d48499a609deef0ca560 | |
parent | b1c7d4308b8df7f24225f6ce2e6b2a70dfd8bc4e (diff) | |
download | linhes_pkgbuild-ca7ec8a9a3c546d4dd735285bc7284bc859c7f98.zip linhes_pkgbuild-ca7ec8a9a3c546d4dd735285bc7284bc859c7f98.tar.gz linhes_pkgbuild-ca7ec8a9a3c546d4dd735285bc7284bc859c7f98.tar.bz2 |
system-templates: add vnc.service file. Used by zeroconf to broadcast that hey there this a vnc server running here.
-rw-r--r-- | abs/core/system-templates/templates/vnc.service | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/abs/core/system-templates/templates/vnc.service b/abs/core/system-templates/templates/vnc.service new file mode 100644 index 0000000..bea7e11 --- /dev/null +++ b/abs/core/system-templates/templates/vnc.service @@ -0,0 +1,9 @@ +<?xml version="1.0" standalone='no'?> +<!DOCTYPE service-group SYSTEM "avahi-service.dtd"> +<service-group> + <name replace-wildcards="yes">%h</name> + <service> + <type>_rfb._tcp</type> + <port>5901</port> + </service> +</service-group> |