diff options
Diffstat (limited to 'package/busybox/files/cron')
-rwxr-xr-x | package/busybox/files/cron | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/busybox/files/cron b/package/busybox/files/cron index e78d02332c..cf0f725d3e 100755 --- a/package/busybox/files/cron +++ b/package/busybox/files/cron @@ -1,5 +1,6 @@ #!/bin/sh /etc/rc.common # Copyright (C) 2006 OpenWrt.org +START=50 start () { mkdir -p /var/spool/cron |