#!/bin/sh # Copyright (C) 2006 OpenWrt.org mkdir -p /var/spool/cron [ ! -f /tmp/.startup_complete ] && ln -s /etc/crontabs /var/spool/cron/crontabs crontab /etc/crontabs/root killall crond && sleep 1 crond -c /etc/crontabs