From: Felix Fietkau Date: Fri, 18 Nov 2005 20:55:53 +0000 (+0000) Subject: add crond init script X-Git-Tag: reboot~31617 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d47161a6041ed44222df5bb5738ce8876fed5710;p=oweals%2Fopenwrt.git add crond init script SVN-Revision: 2523 --- 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 0000000000..ed43e743d0 --- /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