f804d0ea1d
SVN-Revision: 4090
6 lines
137 B
Bash
Executable file
6 lines
137 B
Bash
Executable file
#!/bin/sh
|
|
# Copyright (C) 2006 OpenWrt.org
|
|
|
|
mkdir -p /var/spool/cron
|
|
ln -s /etc/crontabs /var/spool/cron/crontabs
|
|
crond -c /etc/crontabs
|