#!/bin/sh
install -d -m 0755 -o mpd -g mpd /run/mpd
install -d -m 0755 /var/lib/mpd/playlists
chown -R mpd:mpd /var/lib/mpd
exec mpd --no-daemon