Cron pour supprimer les sessions de moinmoin inactive pendant plus de 30 jours
This commit is contained in:
parent
7e37505edc
commit
9707068f50
1 changed files with 4 additions and 0 deletions
4
Cfg/etc/cron.d/moinmoin/moinmoin
Normal file
4
Cfg/etc/cron.d/moinmoin/moinmoin
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
# Fichier gere par BCfg2 (plugin Cfg)
|
||||||
|
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin:/usr/sbin
|
||||||
|
17 3 * * * www-data /usr/bin/find /var/local/wiki/data/cache/__session__ -mtime +30 -delete
|
||||||
|
27 3 * * * www-data /usr/bin/find /var/local/wiki/tickets -mtime +30 -delete
|
Loading…
Add table
Add a link
Reference in a new issue