openwrtv4/openwrt/package/base-files/default/etc/init.d/S60cron
2006-06-27 00:36:13 +00:00

6 lines
137 B
Bash
Executable file

#!/bin/sh
# Copyright (C) 2006 OpenWrt.org
mkdir -p /var/spool/cron
ln -s /etc/crontabs /var/spool/cron/crontabs
crond -c /etc/crontabs