This website requires JavaScript.
Explore
Help
Sign In
qi-hardware
/
openwrt-xburst
Watch
1
Star
0
Fork
0
You've already forked openwrt-xburst
mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced
2024-11-11 00:50:41 +02:00
Code
fa1006508a
openwrt-xburst
/
openwrt
/
package
/
base-files
/
default
/
etc
/
init.d
/
S60cron
6 lines
88 B
Plaintext
Raw
Normal View
History
Unescape
Escape
add crond init script git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2523 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-11-18 22:55:53 +02:00
#!/bin/sh
create /var/spool/cron in cron init script and change the default crontab location to /etc/crontabs (fixes #88) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2621 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-12-12 00:00:56 +02:00
[ -d /etc/crontabs ] && {
mkdir -p /var/spool/cron
crond -c /etc/crontabs
}
Copy Permalink