aboutsummaryrefslogtreecommitdiffstats
path: root/community/mpd/mpd.initd
diff options
context:
space:
mode:
Diffstat (limited to 'community/mpd/mpd.initd')
-rw-r--r--community/mpd/mpd.initd3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/mpd/mpd.initd b/community/mpd/mpd.initd
index 52d6ff4018..817583ca0a 100644
--- a/community/mpd/mpd.initd
+++ b/community/mpd/mpd.initd
@@ -20,5 +20,6 @@ depend() {
}
start_pre() {
- checkpath --directory --owner "${M_USER:-mpd}" --mode 0775 /var/run/mpd
+ checkpath --directory --quiet \
+ --owner "${M_USER:-mpd}" --mode 0775 /var/run/mpd
}