#!/bin/sh
install -d -m 0755 -o mpd -g mpd /run/mpd
exec /usr/bin/mpd --no-daemon /etc/mpd.conf
