summaryrefslogtreecommitdiff
path: root/pcr/openrc-base/cronie-1.3-initd
blob: 138530f5e9773e074ea3ee6cec67d56e71e3ff2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/sbin/runscript
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-process/cronie/files/cronie-1.3-initd,v 1.3 2014/03/04 00:17:58 polynomial-c Exp $

command="/usr/sbin/crond"
command_args="${CRONDARGS}"
pidfile="/var/run/crond.pid"

depend() {
	use clock logger
	need localmount
	provide cron	
}