diff options
author | Cem Keylan <cem@ckyln.com> | 2019-12-18 17:52:12 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2019-12-18 17:52:12 +0300 |
commit | e4975c6f3020dd08e17f6679d35d2195c1dad817 (patch) | |
tree | d97c728ff7b31c4e18017e67e31f187ff8490a94 /core/busybox/files | |
parent | f1e2b181cceea1fcfe9c002303ecdd1a2461aca5 (diff) | |
download | repository-e4975c6f3020dd08e17f6679d35d2195c1dad817.tar.gz |
busybox: add crond
Diffstat (limited to 'core/busybox/files')
-rw-r--r-- | core/busybox/files/.config | 12 | ||||
-rw-r--r-- | core/busybox/files/crond.run | 2 |
2 files changed, 8 insertions, 6 deletions
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 |