mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 12:01:41 +02:00
main/testing/mpd: start service after firewall
This commit is contained in:
parent
6f69ac5f4c
commit
dc1f171bc3
@ -2,7 +2,7 @@
|
||||
# Maintainer: Natanael Copa <natanael.copa@gmail.com>
|
||||
pkgname=mpd
|
||||
pkgver=0.15.2
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Music daemon that plays MP3, FLAC, and Ogg Vorbis files"
|
||||
url="http://musicpd.org"
|
||||
pkgusers="mpd"
|
||||
@ -44,5 +44,5 @@ build() {
|
||||
"$pkgdir"/var/lib/mpd/music
|
||||
}
|
||||
md5sums="869779fdf592ac45d067c7dec228cb51 mpd-0.15.2.tar.bz2
|
||||
338857abd41efd08b2d2b5399a07a87f mpd.initd
|
||||
31d1515232d688d610d1664a0fb2a6a0 mpd.initd
|
||||
dbd301041953a5cf9c2b9de8f23eb6bb mpd.confd"
|
||||
|
||||
@ -9,6 +9,7 @@ CONF=/etc/mpd.conf
|
||||
depend() {
|
||||
need localmount
|
||||
use net netmount nfsmount esound pulseaudio
|
||||
after firewall
|
||||
}
|
||||
|
||||
checkconfig() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user