#!/bin/sh
[ -d /etc/crontabs ] && {
	mkdir -p /var/spool/cron
	crond -c /etc/crontabs
}
