add experimental sane-backends package, like to get canon scanner working via saned
[openwrt.git] / openwrt / package / base-files / default / etc / init.d / S60cron
1 #!/bin/sh
2 [ -d /etc/crontabs ] && {
3 mkdir -p /var/spool/cron
4 crond -c /etc/crontabs
5 }
This page took 0.076623 seconds and 5 git commands to generate.