mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
cloud9: add avahi service file
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user