aboutsummaryrefslogtreecommitdiffstats
path: root/community/incron/incrond.initd
diff options
context:
space:
mode:
Diffstat (limited to 'community/incron/incrond.initd')
-rw-r--r--community/incron/incrond.initd13
1 files changed, 13 insertions, 0 deletions
diff --git a/community/incron/incrond.initd b/community/incron/incrond.initd
new file mode 100644
index 0000000000..6aa4c0688d
--- /dev/null
+++ b/community/incron/incrond.initd
@@ -0,0 +1,13 @@
+#!/sbin/openrc-run
+# 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
+}