add crond init script
authorFelix Fietkau <nbd@openwrt.org>
Fri, 18 Nov 2005 20:55:53 +0000 (20:55 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Fri, 18 Nov 2005 20:55:53 +0000 (20:55 +0000)
SVN-Revision: 2523

openwrt/package/base-files/default/etc/init.d/S60cron [new file with mode: 0755]

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 (executable)
index 0000000..ed43e74
--- /dev/null
@@ -0,0 +1,2 @@
+#!/bin/sh
+[ -d /etc/crontabs ] && crond -c /etc/crontabs