about summary refs log tree commit diff
path: root/bundles/nfs/files/public.avahi.service
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/nfs/files/public.avahi.service')
-rw-r--r--bundles/nfs/files/public.avahi.service20
1 files changed, 20 insertions, 0 deletions
diff --git a/bundles/nfs/files/public.avahi.service b/bundles/nfs/files/public.avahi.service
new file mode 100644
index 0000000..c1d0cc3
--- /dev/null
+++ b/bundles/nfs/files/public.avahi.service
@@ -0,0 +1,20 @@
+<?xml version="1.0" standalone='no'?><!--*-nxml-*-->
+<!DOCTYPE service-group SYSTEM "avahi-service.dtd">
+
+<service-group>
+
+  <name replace-wildcards="yes">Public NFS share on %h</name>
+
+  <service>
+    <type>_device-info._tcp</type>
+    <port>0</port>
+    <txt-record>model=Xserve</txt-record>
+  </service>
+
+  <service>
+    <type>_nfs._tcp</type>
+    <port>2049</port>
+    <txt-record>path=/var/nfs/public</txt-record>
+  </service>
+
+</service-group>