#!/sbin/runscript # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ command="/usr/sbin/crond" command_args="${CRONDARGS}" pidfile="/var/run/crond.pid" depend() { use clock logger need localmount provide cron }