From 9af5424f70e3f84cd08bdc771304d1c200c38c6c Mon Sep 17 00:00:00 2001 From: Mark McNally Date: Wed, 30 Jun 2021 18:01:49 +0100 Subject: Added a articel on how to use cron. Added links to this article on current articels that mention cron --- maintenance.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'maintenance.html') 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

- updatedb is an ideal candidate for a cronjob so you don't have to worry about running each time. + updatedb is an ideal candidate for a cronjob so you don't have to worry about running each time. For example, adding the following to your crontab will run updatedb every 30 minutes:

*/30 * * * * /usr/bin/updatedb
-- cgit v1.2.3