Fix crontab in README
This commit is contained in:
@@ -36,11 +36,11 @@ grant all privileges on fiouldb.* TO 'fioul'@'localhost';
|
|||||||
Tables can be created by running `./fioul.py initdb`
|
Tables can be created by running `./fioul.py initdb`
|
||||||
|
|
||||||
|
|
||||||
To update the database every 15 minutes, the following line can be
|
To update the database day at 9:30am, the following line can be installed as a
|
||||||
installed as a cronjob:
|
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
|
To launch the server automatically, you can install and use the systemd
|
||||||
|
|||||||
Reference in New Issue
Block a user