#!/bin/sh
#
# start GeeXboX configurator
#
# runlevels: configure

echo "### Starting configurator ###"

sleep 3
/bin/sh /sbin/configurator

exit 0
