#!/bin/sh
. $IPKG_INSTROOT/etc/functions.sh
gid=$(get_next_gid)
add_group daapd $gid
add_user daapd $(get_next_uid) $gid
add_rcconf forked_daapd NO