summaryrefslogtreecommitdiff
path: root/openwrt/package/base-files/default/etc
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-11-18 20:55:53 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-11-18 20:55:53 +0000
commitd47161a6041ed44222df5bb5738ce8876fed5710 (patch)
treec60af78c99a311058bd001b2717a9d728bf17f88 /openwrt/package/base-files/default/etc
parent198e0eb8415bbe4dfac5bde95f524f86bd6f0bf9 (diff)
downloadmtk-20170518-d47161a6041ed44222df5bb5738ce8876fed5710.zip
mtk-20170518-d47161a6041ed44222df5bb5738ce8876fed5710.tar.gz
mtk-20170518-d47161a6041ed44222df5bb5738ce8876fed5710.tar.bz2
add crond init script
SVN-Revision: 2523
Diffstat (limited to 'openwrt/package/base-files/default/etc')
-rwxr-xr-xopenwrt/package/base-files/default/etc/init.d/S60cron2
1 files changed, 2 insertions, 0 deletions
diff --git a/openwrt/package/base-files/default/etc/init.d/S60cron b/openwrt/package/base-files/default/etc/init.d/S60cron
new file mode 100755
index 0000000..ed43e74
--- /dev/null
+++ b/openwrt/package/base-files/default/etc/init.d/S60cron
@@ -0,0 +1,2 @@
+#!/bin/sh
+[ -d /etc/crontabs ] && crond -c /etc/crontabs