change hotplug trigger to a simpler awk command
[openwrt.git] / 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
This page took 0.045878 seconds and 5 git commands to generate.