index.html 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1" />
  6. <link rel="stylesheet" href="../style.css#" type="text/css" />
  7. <title>cron</title>
  8. <script type="text/javascript">
  9. function findLang(){
  10. let href = location.href;
  11. for(let i=href.length-1;i>0;i--){
  12. if('/'==href.charAt(i) && '/'==href.charAt(i-3))
  13. return i;
  14. }
  15. return 0;
  16. }
  17. function nav2(page){
  18. let i = findLang();
  19. location.href = location.href.substring(0,i+1)+page;
  20. }
  21. function nav2Lang(lang){
  22. let i = findLang();
  23. let href = location.href;
  24. location.href = location.href.substring(0,i-2)+lang+location.href.substring(i);
  25. }
  26. </script>
  27. </head>
  28. <body>
  29. <header class='header'>
  30. <a class="logo" href="javascript:void(0)" onclick="return nav2('index.html#')">Home</a> <a class="logo" href="javascript:void(0)" onclick="return nav2('tags/index.html#')">Tags</a>
  31. <a class="logo" href="javascript:void(0)" onclick="return nav2Lang('zh')">简体中文</a>
  32. <nav>
  33. </nav>
  34. </header>
  35. <br />
  36. <div class="container">
  37. <h1 class="title">cron
  38. <br>
  39. <span class="subtitle"></span>
  40. </h1>
  41. <ul class="tags">
  42. </ul>
  43. <h4 id="crontab-with-enhanced-semantics">crontab (with enhanced semantics)</h4>
  44. <p>For performance, the file &quot;crontab&quot; uses single space as field separator. Letters are not suppored currently. So use &quot;1&quot; for &quot;January&quot; and 2 for &quot;Tuesday&quot; etc.</p>
  45. <p>The sixth field in crontab file could be in the format of <a href="../links/index.html#">internal links</a>. Specifically, &quot;c:&quot; to execute the following commands in termux and &quot;!&quot; to execute commands directly. If the sixth field is not in any of above formats, then the field will appear as the message of alarm clock.</p>
  46. <p>To make crontab more powerful, we changed the semantics as follows:<br>
  47. The day of a command's execution can be specified by two fields — day of month, and day of week. The command will be run when <span style="color:red">both</span> fields matche the current time.</p>
  48. <p>Note (the original crantab semantics):<br>
  49. The day of a command's execution can be specified by two fields — day of month, and day of week. If both fields are restricted (i.e., aren't *), the command will be run when either field matches the current time. For example, &quot;30 4 1,15 * 5&quot; would cause a command to be run at 4:30 am on the 1st and 15th of each month, plus every Friday.</p>
  50. <h5 id="make-crontab-persist-after-os-rebooting">make crontab persist after OS rebooting</h5>
  51. <p>If uweb browser was launched at least once after rebooting, the crontab jobs are scheduled as normal.</p>
  52. <p>To keep crontab take effect without launching uweb browser once:</p>
  53. <ul>
  54. <li>Install the &quot;com.termux.boot&quot; and &quot;com.termux&quot; Apps.</li>
  55. <li>Create an executable file in termux under the folder &quot;~/.termux/boot/&quot; containing the two lines:<br>
  56. #!/data/data/com.termux/files/usr/bin/sh<br>
  57. am broadcast -n info.torapp.uweb/.AlarmReceiver --es uweb.line &quot;&quot;</li>
  58. <li>Launch &quot;com.termux.boot&quot; once.</li>
  59. </ul>
  60. <h4 id="tcron">tcron</h4>
  61. <p>With the option &quot;custom file handling&quot; enabled, &quot;default.rc&quot; runs as shell script at uweb launching time and &quot;default.rc2&quot; runs whenever uweb becomes foreground.</p>
  62. <p>Use tcron (<a href="i:0bhttps://fastly.jsdelivr.net/gh/torappinfo/uwebjs/bin/tcron.tgz">Click to install</a>) with &quot;default.rc&quot; or &quot;default.rc2&quot;.</p>
  63. <p>usage: tcron logfile command hours [timezone delay_sec elsecommand]<br>
  64. execute &quot;command&quot; during time interval once.<br>
  65. where logfile modification time must be updated if &quot;command&quot; runs successfully.</p>
  66. <p>hours: If positive, then each day is divided into multiple intervals (unit: hour), and in each interval, the &quot;command&quot; runs only once.<br>
  67. If negative, then the unit is minute.<br>
  68. hours could be also in &quot;hh:mm-hh:mm,...&quot; format. Ex. &quot;6:00-8:30,11:00-13:00,5:30-6:30&quot;.<br>
  69. timezone: an integer, default to be &quot;8&quot; for Beijing China (UTC+8). &quot;0&quot; for Greenwich UK (UTC+0).<br>
  70. delay_sec: execute &quot;command&quot; after &quot;delay_sec&quot; seconds.<br>
  71. elsecommand: executed whenever &quot;command&quot; not run.</p>
  72. <p>ex:<br>
  73. set PATH=/system/bin:/data/data/info.torapp.uweb/files/bin<br>
  74. #Empty the folder &quot;baidu&quot; every 30 days.<br>
  75. tcron /sdcard/b &quot;rm -rf /sdcard/baidu/*;toybox touch /sdcard/b&quot; 720</p>
  76. <p><a target="_self" href="i:0hdefault.rc:../searchurl/txt/default.rc">Install example default.rc file for termux</a></p>
  77. </div>
  78. <p>Last Modified: 8 April 2024<br>
  79. fix typos<br>
  80. <pre></pre>
  81. </p>
  82. <script id='jsgiscus'
  83. src='https://giscus.app/client.js'
  84. data-repo="torappinfo/uweb"
  85. data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
  86. data-category="Announcements"
  87. data-category-id="DIC_kwDOEgNLGc4CQjsh"
  88. data-mapping="title"
  89. data-strict="0"
  90. data-reactions-enabled="1"
  91. data-emit-metadata="0"
  92. data-input-position="top"
  93. data-theme="light"
  94. data-lang="en"
  95. data-loading="lazy"
  96. crossorigin="anonymous" async>
  97. </script>
  98. <footer class="site-footer">
  99. <div class="container">
  100. &copy; 2018-2024 Richard H. Cao
  101. </div>
  102. </footer>
  103. <!-- This document is licensed under the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is available at <https://www.gnu.org/licenses/>. -->
  104. </body>
  105. </html>