#!/bin/bash
#
# eyesdn-recs  Startup script for the EyeSDN Recording Service
#
# description: The EyeSDN Recording Service is a daemon for operating the
#              EyeSDN call recording devices.
# processname: recS
# config: /etc/EyeSDN-USB4/registry.xml
# pidfile: /var/run/eyesdn-recs.pid
#

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

RETVAL=0

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

exit $RETVAL
