summaryrefslogtreecommitdiff
path: root/cron.html
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2021-07-13 14:40:27 -0400
committerLuke Smith <luke@lukesmith.xyz>2021-07-13 14:40:27 -0400
commit420bf720da6ba30018baf4a7b292581e902cb1b0 (patch)
tree5f395c16c7df43d2d2cb74969b2c7c09369506fe /cron.html
parent1970b587f2c6255088ce27bcb1ea2b2dd0e29ccf (diff)
parent0ece6c4ee39acff9b25cf5c45a480f63626b074a (diff)
Merge branch 'master' of github.com:LukeSmithxyz/landchad
Diffstat (limited to 'cron.html')
-rw-r--r--cron.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/cron.html b/cron.html
index 2206ffa..645dc03 100644
--- a/cron.html
+++ b/cron.html
@@ -20,7 +20,7 @@
You can schedule anything! Some examples of what you might have done already include:
<ul>
<li><code>updatedb</code> to update your <code>locate</code> database</li>
- <li><code>certbot</code> to update renewing of your https certs</li>)
+ <li><code>certbot</code> to update renewing of your https certs</li>
</ul>
Some tasks that you might <em>want</em> to schedule may include:
<ul>
@@ -47,9 +47,9 @@
Crontab expressions look like this <code>* * * * * command-to-run</code>
The five elements before the command tell when the command is supposed to be run automatically.
<p>
- So for our Monday at 3:30AM job we would do the following:
+ So for our Monday at 3:30 AM job we would do the following:
<p>
- <pre><code>.---------------- minute (0 - 59)
+ <pre><code> .---------------- minute (0 - 59)
| .------------- hour (0 - 23)
| | .---------- day of month (1 - 31)
| | | .------- month (1 - 12)