Add avahi service file under doc/avahi/

github: closes #104
This commit is contained in:
Jeff Zignego 2020-07-28 16:26:10 -05:00 committed by Glenn Strauss
parent 5515bb2a08
commit 3470919212
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
<?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">Web Server on %h</name>
<service>
<type>_http._tcp</type>
<port>80</port>
</service>
</service-group>