From d52c8df6f36da215eaed669d998dd326d5aa7e40 Mon Sep 17 00:00:00 2001 From: Benjamin Sigonneau Date: Thu, 21 Jul 2022 00:32:05 +0200 Subject: [PATCH] Fix crontab in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 27398c4..eb363dc 100644 --- a/README.md +++ b/README.md @@ -36,11 +36,11 @@ grant all privileges on fiouldb.* TO 'fioul'@'localhost'; Tables can be created by running `./fioul.py initdb` -To update the database every 15 minutes, the following line can be -installed as a cronjob: +To update the database day at 9:30am, the following line can be installed as a +cronjob: ``` -*/15 * * * * /opt/fioul/fioul.py update +30 09 * * * /opt/fioul/fioul.py update ``` To launch the server automatically, you can install and use the systemd