#!/bin/ksh
#
# OSSTech cronie, crond service (successor of vixie-cron)
#
# chkconfig: 2345 90 60
# chkconfig.solaris: 2 75 40
# chkconfig.aix: 2 275 40
# description: cron is a standard UNIX program that runs user-specified \
#              programs at periodic scheduled times. vixie cron adds a \
#              number of features to the basic UNIX cron, including better \
#              security and more powerful configuration options.

. /opt/osstech/etc/sv/svinit || exit 1

sv_name="crond"

sv_init "$sv_name" ${1+"$@"}

