From 2ac3d127d2b39d842ab578bccd8a23e8e3a9f022 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 26 May 2018 21:07:19 +0000 Subject: [PATCH] push file I forgot to add the other day --- roles/batcave/files/pdr.cron | 1 + 1 file changed, 1 insertion(+) create mode 100644 roles/batcave/files/pdr.cron diff --git a/roles/batcave/files/pdr.cron b/roles/batcave/files/pdr.cron new file mode 100644 index 0000000000..cbccd3304b --- /dev/null +++ b/roles/batcave/files/pdr.cron @@ -0,0 +1 @@ +0 12 * * * root /usr/bin/find /srv/web/infra/pdr -ctime +7 -print0 | xargs -0 rm -f