#!/bin/sh

source /etc/utils/shell-utils.sh
DEBUG=0

BASEDIR=$(dirname "$0")

log "[IM][system init][IFPLUG start][+]"

[ -x ${BASEDIR}/ifplugd ] || exit 0

${BASEDIR}/ifplugd start

${SPLASH} prg 60
${SPLASH} clear_log
${SPLASH} log "Init IFPLUGD..."

exit 0
