mirror of
https://github.com/outbackdingo/openwrt.git
synced 2026-02-21 01:50:29 +00:00
add crond init script
SVN-Revision: 2523
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user