summaryrefslogtreecommitdiffstats
path: root/avahi-daemon/example.service
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-06-17 12:34:16 +0000
committerLennart Poettering <lennart@poettering.net>2005-06-17 12:34:16 +0000
commit16b19ffe5fa3b111bedf5342bc6c08de5bf6d4ad (patch)
tree99c357b34e79bb606bace8ea919f8787ec32460f /avahi-daemon/example.service
parentc92a486f2a0653f281f8dda10d72400ee624705c (diff)
make the example a little bit more interesting
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@117 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-daemon/example.service')
-rw-r--r--avahi-daemon/example.service9
1 files changed, 4 insertions, 5 deletions
diff --git a/avahi-daemon/example.service b/avahi-daemon/example.service
index e9a3ff4..a5f9071 100644
--- a/avahi-daemon/example.service
+++ b/avahi-daemon/example.service
@@ -8,18 +8,17 @@
<service>
<type>_ssh._tcp</type>
-<!-- <domain-name>local</domain-name> -->
-<!-- <host-name>gurki.local</host-name> -->
<port>22</port>
- <txt-record>foo=gaga</txt-record>
</service>
<service>
<type>_telnet._tcp</type>
-<!-- <domain-name>local</domain-name>
- <host-name>gurki.local</host-name> -->
+ <domain-name>local</domain-name>
+ <host-name>ecstasy.local</host-name>
<port>23</port>
<txt-record>foo=bar</txt-record>
+ <txt-record>waldo=buzz</txt-record>
+ <txt-record>another=record</txt-record>
</service>
</service-group>