#!/bin/sh
#
# plugin
#

sleep 10

/sbin/start-stop-daemon -S -x /var/bin/octagon/octagon.sh4 -b &

exit 0
