summaryrefslogtreecommitdiff
path: root/cronie.initd
diff options
context:
space:
mode:
Diffstat (limited to 'cronie.initd')
-rw-r--r--cronie.initd13
1 files changed, 13 insertions, 0 deletions
diff --git a/cronie.initd b/cronie.initd
new file mode 100644
index 0000000..793e621
--- /dev/null
+++ b/cronie.initd
@@ -0,0 +1,13 @@
+#!/sbin/openrc-run
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+command="/usr/sbin/crond"
+command_args="${CRONDARGS}"
+pidfile="/var/run/crond.pid"
+
+depend() {
+ use clock logger
+ need localmount
+ provide cron
+}