summaryrefslogtreecommitdiff
path: root/maintenance.html
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2021-06-30 15:18:28 -0400
committerLuke Smith <luke@lukesmith.xyz>2021-06-30 15:18:28 -0400
commit6d77de994d0c610048a11a3bca1887b15c17d08f (patch)
treea16f1e6184f79e407343e9204ada0d4a2f076a3e /maintenance.html
parente67d34aeadf3983a9ef908b2875ee950650ae760 (diff)
parentfa19378ef79eeeb322889a093aab00e805627c17 (diff)
Merge branch 'oidz1234-master'
Diffstat (limited to 'maintenance.html')
-rw-r--r--maintenance.html2
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>