mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-13 21:19:06 +01:00
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…
Add table
Reference in a new issue