6647fe1bc0c9de83a26123784c5ec82325bb1f4e
[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.041827 seconds and 3 git commands to generate.