Rajout d'un cron a packweb pour ftpd

The cronjob that maintains file size caches for ftpadmin
is not present in the packweb, which leads to things like
spinon-www0 listing all directories as being 0 octets big.
This commit is contained in:
Patrick Marchand 2018-11-09 18:56:55 +01:00 committed by Patrick Marchand
parent 9198c1e2c0
commit 3eadd7d544

View file

@ -71,3 +71,9 @@
- include: fhs_retrictions.yml
when: packweb_fhs_retrictions
- name: Periodically cache ftp directory sizes for ftpadmin.sh
cron:
name: "ProFTPd directory size caching"
special_time: daily
job: "/usr/share/scripts/evoadmin/stats.sh"