Fix informations!

This commit is contained in:
HUC Stéphane 2021-07-29 19:49:44 +02:00
parent 05f65646f1
commit 7b120e3ba1
Signed by: hucste
GPG Key ID: C4ED64222D9B037F
1 changed files with 3 additions and 3 deletions

View File

@ -85,15 +85,15 @@ server "pfstat" {
* Yearly views:
It's possible to obtain and see yearly views. Uncomment blocks view on
both pfstat* files, and this need to change too crontab time to delete —
*(the third line)*.
both pfstat* files; this need to change too the crontab time to delete —
*(the third line).*
### crontab
```
### pfstat
* * * * * /usr/local/bin/pfstat -q -d /var/db/pfstat/pfstat.db
15 * * * * /usr/local/bin/pfstat -p -d /var/db/pfstat/pfstat.db; /dir/convert-img.sh ; chown -R www /var/www/htdocs/pfstat
*/15 * * * * /usr/local/bin/pfstat -p -d /var/db/pfstat/pfstat.db; /dir/convert-img.sh ; chown -R www /var/www/htdocs/pfstat
30 0 * * * /usr/local/bin/pfstat -t 30 -d /var/db/pfstat/pfstat.db
```