mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
mpd: factor out avahi service file
As discussed in #543 provide the avahi service file within its own tiny package to allow the user to choose which services are announced. Signed-off-by: Michael Heimpold <mhei@heimpold.de> --- The former avahi service file was only installed for mpd-full. Does the mpd-mini does not support network functionality? Then we should adjust deps here...
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" standalone='no'?><!--*-nxml-*-->
|
||||
<!DOCTYPE service-group SYSTEM "avahi-service.dtd">
|
||||
<service-group>
|
||||
<name replace-wildcards="yes">Music Player Daemon on %h</name>
|
||||
<name replace-wildcards="yes">%h</name>
|
||||
<service>
|
||||
<type>_mpd._tcp</type>
|
||||
<port>6600</port>
|
||||
|
||||
Reference in New Issue
Block a user