diff options
| author | Mark McNally <mark@mcnally.je> | 2021-06-30 18:01:49 +0100 |
|---|---|---|
| committer | Mark McNally <mark@mcnally.je> | 2021-06-30 18:01:49 +0100 |
| commit | 9af5424f70e3f84cd08bdc771304d1c200c38c6c (patch) | |
| tree | d7292a4948e66e24eb2c6901237d8673db3f8988 /maintenance.html | |
| parent | e67d34aeadf3983a9ef908b2875ee950650ae760 (diff) | |
Added a articel on how to use cron. Added links to this article on
current articels that mention cron
Diffstat (limited to 'maintenance.html')
| -rw-r--r-- | maintenance.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maintenance.html b/maintenance.html index 5cdbb1a..264fe68 100644 --- a/maintenance.html +++ b/maintenance.html @@ -113,7 +113,7 @@ nginx: /usr/sbin/nginx /usr/lib/nginx /etc/nginx /usr/share/nginx /usr/share/man /usr/share/nginx/modules-available/mod-stream.conf</code></pre> <p> - <code>updatedb</code> is an ideal candidate for a cronjob so you don't have to worry about running each time. + <code>updatedb</code> is an ideal candidate for a <a href="cron.html">cronjob</a> so you don't have to worry about running each time. For example, adding the following to your crontab will run <code>updatedb</code> every 30 minutes: </p> <pre><code>*/30 * * * * /usr/bin/updatedb</code></pre> |
