This website requires JavaScript.
Explore
Help
Register
Sign in
KumiSystems
/
openwrtv4
Watch
1
Star
0
Fork
You've already forked openwrtv4
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
145ea1eeab
openwrtv4
/
openwrt
/
package
/
base-files
/
default
/
etc
/
init.d
/
S60cron
6 lines
88 B
Text
Raw
Normal View
History
Unescape
Escape
add crond init script SVN-Revision: 2523
2005-11-18 20:55:53 +00:00
#!/bin/sh
create /var/spool/cron in cron init script and change the default crontab location to /etc/crontabs (fixes #88) SVN-Revision: 2621
2005-12-11 22:00:56 +00:00
[ -d /etc/crontabs ] && {
mkdir -p /var/spool/cron
crond -c /etc/crontabs
}
Reference in a new issue
Copy permalink