summaryrefslogtreecommitdiff
blob: 781ff67c47f8f14f1b25d0603cd230ceda2cab7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/sbin/openrc-run
# Copyright 1999-2016 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	
}