From 329282f4510b3c9c811cb513d571e7cc6f4aa437 Mon Sep 17 00:00:00 2001 From: nbd Date: Fri, 18 Nov 2005 20:55:53 +0000 Subject: [PATCH] add crond init script git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2523 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/package/base-files/default/etc/init.d/S60cron | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 openwrt/package/base-files/default/etc/init.d/S60cron 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 -- 2.11.0