Compare commits

...

1 commit

Author SHA1 Message Date
Patrick Marchand 388439975b 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.
2018-11-09 18:56:55 +01:00

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"