cloud9: add avahi service file

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi
2011-11-02 19:04:47 +01:00
parent 640a2e2a58
commit b3d7efbc9a
2 changed files with 16 additions and 2 deletions
@@ -0,0 +1,10 @@
<?xml version="1.0" standalone='no'?><!--*-nxml-*-->
<!DOCTYPE service-group SYSTEM "avahi-service.dtd">
<service-group>
<name replace-wildcards="yes">Cloud9 IDE on %h</name>
<service>
<type>_http._tcp</type>
<port>3000</port>
</service>
</service-group>