#! /bin/sh

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