diff options
| author | Matthew Evan <55710660+MattMadness@users.noreply.github.com> | 2021-06-30 15:50:36 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-30 15:50:36 -0400 |
| commit | a3a3ad08aa9dbbe84131623de90795ba45ca11c0 (patch) | |
| tree | 90363dc3633bfebefd0fd46c09bfe255321f5765 /maintenance.html | |
| parent | 0ec88713f149ed5cac65f8e181eb241b5225e748 (diff) | |
| parent | 9b2f34dd35ec367fdf68db9e7c411f53caea88b8 (diff) | |
Merge branch 'master' into master
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> |
