Skip to content

Instantly share code, notes, and snippets.

@eric1138
Created December 18, 2015 21:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eric1138/a65e88648be35316deb7 to your computer and use it in GitHub Desktop.
Save eric1138/a65e88648be35316deb7 to your computer and use it in GitHub Desktop.
http service file for beagle board
<?xml version="1.0" standalone='no'?><!--*-nxml-*-->
<!DOCTYPE service-group SYSTEM "avahi-service.dtd">
<!-- See avahi.service(5) for more information about this configuration file -->
<service-group>
<name replace-wildcards="yes">Bone 101 web site for %h</name>
<service>
<type>_http._tcp</type>
<port>80</port>
</service>
</service-group>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment