summaryrefslogtreecommitdiffstats
path: root/package/base-files
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-11-18 20:55:53 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-11-18 20:55:53 +0000
commitb444a2b4d604c2c0f1b46a9b8dd8d9c229ff023b (patch)
treea0076e14c6c7b141c26ba19f4d1e8ff75d8c96aa /package/base-files
parentdef1f28f94261a2b04fa824241cb97e05982d5d1 (diff)
add crond init script
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2523 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files')
-rwxr-xr-xpackage/base-files/default/etc/init.d/S60cron2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/base-files/default/etc/init.d/S60cron b/package/base-files/default/etc/init.d/S60cron
new file mode 100755
index 000000000..ed43e743d
--- /dev/null
+++ b/package/base-files/default/etc/init.d/S60cron
@@ -0,0 +1,2 @@
+#!/bin/sh
+[ -d /etc/crontabs ] && crond -c /etc/crontabs