summaryrefslogtreecommitdiffstats
path: root/abs/core/system-templates/templates/vnc.service
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/system-templates/templates/vnc.service')
-rw-r--r--abs/core/system-templates/templates/vnc.service9
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>