#!/bin/sh
#
# Start/stop the ncid-client 
#
. /etc/rc.conf
. /etc/rc.d/functions
. /etc/systemconfig
sv start ncid-server
stat_runit "Starting caller id logger"
exec 2>&1
exec /usr/bin/ncid --no-gui --program /usr/bin/ncid-log.py  127.0.0.1 3333
