blob: 4a39e6de17de54926e857b1c6625b23b6f65fc36 (
about) (
plain) (
blame)
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">%h</name>
<service>
<type>_pacserve_%ID%_%ARCH%._tcp</type>
<port>7078</port>
</service>
</service-group>
|