#!/bin/sh
echo Reloading CoralSBC server in /etc/coraltele/coral-sbc
pidfile=`grep "^pidfile=" /etc/coraltele/conf/coral-sbc/miniserv.conf | sed -e 's/pidfile=//g'`
kill -USR1 `cat $pidfile`
