aboutsummaryrefslogtreecommitdiff
path: root/config/cleanup_0x0
diff options
context:
space:
mode:
Diffstat (limited to 'config/cleanup_0x0')
-rw-r--r--config/cleanup_0x02
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cleanup_0x0 b/config/cleanup_0x0
index 0137c23..2278eaa 100644
--- a/config/cleanup_0x0
+++ b/config/cleanup_0x0
@@ -2,4 +2,4 @@
SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
-5 */12 * * * root python3 /srv/0x0/cleanup.py >/dev/null 2>&1
+5 0 * * * root python3 /srv/0x0/cleanup.py >/dev/null 2>&1
bgstack15