Adding avahi service definition. This will confuse people at work

This commit is contained in:
Ryan Voots 2013-08-18 13:53:57 -07:00
parent a1c32811f2
commit cd7a6a99b2

9
avahi/lamp.service Normal file
View file

@ -0,0 +1,9 @@
<?xml version="1.0" standalone='no'?><!--*-nxml-*-->
<!DOCTYPE service-group SYSTEM "avahi-service.dtd">
<service-group>
<name replace-wildcards="yes">%h HTTP</name>
<service>
<type>_http._tcp</type>
<port>3000</port>
</service>
</service-group>