Signed-off-by: Andrea Stagi <stagi.andrea at gmail.com> --- package/busybox/files/cron | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/busybox/files/cron b/package/busybox/files/cron index 56348c8..db6ee9a 100755 --- a/package/busybox/files/cron +++ b/package/busybox/files/cron @@ -9,7 +9,7 @@ start () { [ -z "$(ls /etc/crontabs/)" ] && exit 1 mkdir -p /var/spool/cron ln -s /etc/crontabs /var/spool/cron/ 2>/dev/null - crond -c /etc/crontabs -l ${loglevel:-5} + /usr/sbin/crond -c /etc/crontabs -l ${loglevel:-5} } stop() { -- 1.7.4.1 _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel