feat: cron jobs

This commit is contained in:
Tom MTT. 2022-11-21 10:44:16 +01:00
parent ae31b046ae
commit cf75b2b989
2 changed files with 2 additions and 0 deletions

1
cron/purge.cron Normal file
View file

@ -0,0 +1 @@
0 0 * * * find /var/www/htdocs/feuille -type f -mtime +7 -exec rm {} +

1
cron/startup.cron Normal file
View file

@ -0,0 +1 @@
@reboot feuille