#!/usr/bin/env /lib/runit/invoke-run
set -e

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