#!/bin/bash
#
# eyesdn-icis  Startup script for the EyeSDN Indexing Service
#
# description: The EyeSDN Indexing Service indexes telephone call
#              recordings and offers an interface for the access of the
#              user programs to the recordings.
# processname: iciS.exe
# config: /etc/EyeSDN-USB4/registry.xml
# pidfile: /var/run/eyesdn/iciS.pid
#

# Path to the service binary.
SRV_NAME=eyesdn-icis
DAEMON=/opt/innoventif/EyeSDN-USB4/iciS

RETVAL=0

# Source the common eyesdn functions
. /opt/innoventif/EyeSDN-USB4/eyesdn-helper

exit $RETVAL
