From dc1f171bc3ad4c95e4cd445a6018a92eb5f2bb0b Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 16 Sep 2009 08:46:08 +0000 Subject: main/testing/mpd: start service after firewall --- testing/mpd/mpd.initd | 1 + 1 file changed, 1 insertion(+) (limited to 'testing/mpd/mpd.initd') diff --git a/testing/mpd/mpd.initd b/testing/mpd/mpd.initd index e8403576..10601dc4 100644 --- a/testing/mpd/mpd.initd +++ b/testing/mpd/mpd.initd @@ -9,6 +9,7 @@ CONF=/etc/mpd.conf depend() { need localmount use net netmount nfsmount esound pulseaudio + after firewall } checkconfig() { -- cgit v1.2.3