From e4975c6f3020dd08e17f6679d35d2195c1dad817 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Wed, 18 Dec 2019 17:52:12 +0300 Subject: busybox: add crond --- core/busybox/files/.config | 12 ++++++------ core/busybox/files/crond.run | 2 ++ 2 files changed, 8 insertions(+), 6 deletions(-) create mode 100644 core/busybox/files/crond.run (limited to 'core/busybox/files') diff --git a/core/busybox/files/.config b/core/busybox/files/.config index c5352a5d..3d6ecc42 100644 --- a/core/busybox/files/.config +++ b/core/busybox/files/.config @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Busybox version: 1.31.1 -# Tue Dec 17 13:20:42 2019 +# Wed Dec 18 10:48:12 2019 # CONFIG_HAVE_DOT_CONFIG=y @@ -751,11 +751,11 @@ CONFIG_FEATURE_BEEP_LENGTH_MS=0 # CONFIG_FEATURE_CHAT_VAR_ABORT_LEN is not set # CONFIG_FEATURE_CHAT_CLR_ABORT is not set # CONFIG_CONSPY is not set -# CONFIG_CROND is not set -# CONFIG_FEATURE_CROND_D is not set -# CONFIG_FEATURE_CROND_CALL_SENDMAIL is not set -# CONFIG_FEATURE_CROND_SPECIAL_TIMES is not set -CONFIG_FEATURE_CROND_DIR="" +CONFIG_CROND=y +CONFIG_FEATURE_CROND_D=y +CONFIG_FEATURE_CROND_CALL_SENDMAIL=y +CONFIG_FEATURE_CROND_SPECIAL_TIMES=y +CONFIG_FEATURE_CROND_DIR="/var/spool/cron" # CONFIG_CRONTAB is not set # CONFIG_DEVFSD is not set # CONFIG_DEVFSD_MODLOAD is not set diff --git a/core/busybox/files/crond.run b/core/busybox/files/crond.run new file mode 100644 index 00000000..29647de7 --- /dev/null +++ b/core/busybox/files/crond.run @@ -0,0 +1,2 @@ +#!/bin/sh +exec crond -f -- cgit v1.2.3