From d47161a6041ed44222df5bb5738ce8876fed5710 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 18 Nov 2005 20:55:53 +0000 Subject: [PATCH] add crond init script SVN-Revision: 2523 --- 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.25.1