summarylogtreecommitdiffstats
path: root/mpd.install
blob: cffab46a814eb23960abea8b05f39427619f8c1e (plain)
1
2
3
4
5
post_install() {
    getent group mpd &>/dev/null || groupadd -r -g 45 mpd >/dev/null
    getent passwd mpd &>/dev/null || useradd -r -u 45 -g mpd -d /var/lib/mpd -s /bin/false -G audio mpd >/dev/null
    usr/bin/systemd-tmpfiles --create mpd.conf || true
}