#!/bin/sh
[ -r conf ] && . ./conf
# shellcheck disable=SC2086
exec /usr/sbin/cron -n $OPTS 2>&1
