-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如何设置每5秒运行一次? #1
Comments
编辑你路由器的crontab文件(我的是/etc/crontabs/root文件),或者在luci界面中System-Scheduled Tasks中直接编辑:
具体的crontab语法规则上网搜一下就有。 |
感谢,我去试一下。。。 |
你这是5分钟运行一次吧,楼主问的是5秒 。 |
是的,上面是5分钟的,看错了抱歉。 |
我试了下你最后的sleep,调用自身,设成5秒,负载可以接受。。 |
我设置了3秒运行1次,负载受不了!!! |
如题
The text was updated successfully, but these errors were encountered: