#!/bin/sh
exec 2>&1
exec chpst -e/etc/bcron -Ucron sh -c '
  exec unixserver -U ${BCRON_SOCKET:-/var/run/.bcron-spool} bcron-spool
'
