#! /bin/sh

cron_uid=$(getent passwd cron | cut -d: -f3)
cron_gid=$(getent passwd cron | cut -d: -f4)
/usr/bin/daemon --noconfig --name bcron-spool -- \
		unixserver -u${cron_uid} -g${cron_gid} \
		/var/run/bcron-spool bcron-spool
