#!/usr/bin/env /lib/runit/invoke-run

set -e

echo "Starting cron..."
exec /usr/sbin/cron -f
