summaryrefslogtreecommitdiffstats
path: root/urpmi-repository-http.service
blob: 9d3c21cf7f68a45d42b103ad1799ee7329b474f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" standalone='no'?><!--*-nxml-*-->
<!DOCTYPE service-group SYSTEM "avahi-service.dtd">

<service-group>
  <name replace-wildcards="yes">Mageia urpmi repository on %h (HTTP)</name>

  <service>
    <type>_mdv_urpmi._tcp</type>
    <subtype>_http._sub._mdv_urpmi._tcp</subtype>
    <host-name>distro.local</host-name>
    <port>80</port>
    <txt-record>protocol=http</txt-record>
    <txt-record>path=/dis</txt-record>
  </service>

</service-group>