updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git] / forked-daapd / forked-daapd.service
blob479e54f0217018d6509099ae385469de64dc7dcf
1 <!--
2   This file is part of avahi.
3  
4   avahi is free software; you can redistribute it and/or modify it
5   under the terms of the GNU Lesser General Public License as
6   published by the Free Software Foundation; either version 2 of the
7   License, or (at your option) any later version.
9   avahi is distributed in the hope that it will be useful, but
10   WITHOUT ANY WARRANTY; without even the implied warranty of
11   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12   General Public License for more details.
14   You should have received a copy of the GNU Lesser General Public
15   License along with avahi; if not, write to the Free Software
16   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
17   02111-1307 USA.
18 -->
20 <!-- See avahi.service(5) for more information about this configuration file -->
22 <service-group>
24   <name replace-wildcards="yes">%h</name>
26   <service>
27     <type>_daap._tcp</type>
28     <port>3689</port>
29   </service>
30   
31   <service>
32     <type>_rsp._tcp</type>
33     <port>3689</port>
34   </service>
36 </service-group>