summaryrefslogtreecommitdiff
path: root/doc/avahi/lighttpd.service
blob: 38691ce83ca8104d3321ac89d0721872973e6b07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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>