#! /bin/sh

if /usr/bin/daemon --noconfig --name bcron-sched --running ; then
    /usr/bin/daemon --noconfig --name bcron-sched --stop
fi
