add crond init script
SVN-Revision: 2523
This commit is contained in:
parent
198e0eb841
commit
d47161a604
1 changed files with 2 additions and 0 deletions
2
openwrt/package/base-files/default/etc/init.d/S60cron
Executable file
2
openwrt/package/base-files/default/etc/init.d/S60cron
Executable file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/sh
|
||||||
|
[ -d /etc/crontabs ] && crond -c /etc/crontabs
|
Loading…
Reference in a new issue