#!/bin/bash
#
# eyesdn-aps  Startup script for the EyeSDN Audio Processing Service
#
# description: The EyeSDN Audio Processing Service converts
#              telephone call recordings into different audio formats.
# processname: apS
# config: /etc/EyeSDN-USB4/registry.xml
# pidfile: /var/run/eyesdn-aps.pid
#

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

RETVAL=0

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

exit $RETVAL
