#!/bin/bash
#
# eyesdn-sysconfigd  Startup script for the EyeSDN System Configuration Service
#
# description: The EyeSDN System Configuration Service is used for
#              detecting a EyeSDN recroding system within the network.
# processname: sysConfigDaemon
# pidfile: /var/run/eyesdn-sysconfigd.pid
#

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

RETVAL=0

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

exit $RETVAL
