summaryrefslogtreecommitdiffstats
path: root/testing/incron/incrond.initd
blob: 3f3992a2acadc94f57548a3a0ec04afff14dbe40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/sbin/runscript
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-process/incron/files/incrond.init,v 1.1 2011/01/31 15:14:12 idl0r Exp $

command=/usr/sbin/incrond
pidfile=/var/run/incrond.pid
command_args="-f /etc/incron.conf"

depend() {
	use clock logger
	need localmount
}