#!/bin/sh

##
# cron executes commands listed in /etc/crontab at specified times.
##

. /etc/rc.common

ConsoleMessage "Starting timed execution services"

cron
