summaryrefslogtreecommitdiff
path: root/aports/busybox/crond.initd
diff options
context:
space:
mode:
Diffstat (limited to 'aports/busybox/crond.initd')
-rw-r--r--aports/busybox/crond.initd11
1 files changed, 11 insertions, 0 deletions
diff --git a/aports/busybox/crond.initd b/aports/busybox/crond.initd
new file mode 100644
index 0000000..afaf384
--- /dev/null
+++ b/aports/busybox/crond.initd
@@ -0,0 +1,11 @@
+#!/sbin/openrc-run
+
+name="busybox $SVCNAME"
+command="/usr/sbin/$SVCNAME"
+pidfile="/var/run/$SVCNAME.pid"
+command_args="$CRON_OPTS"
+
+depend() {
+ need localmount
+ need logger
+}