add copyright headers to base-files scripts and config files
[openwrt/staging/mkresin.git] / openwrt / package / base-files / default / etc / init.d / S60cron
1 #!/bin/sh
2 # Copyright (C) 2006 OpenWrt.org
3
4 mkdir -p /var/spool/cron
5 ln -s /etc/crontabs /var/spool/cron/crontabs
6 crond -c /etc/crontabs