aboutsummaryrefslogtreecommitdiff
path: root/conf/cleanup_0x0
diff options
context:
space:
mode:
Diffstat (limited to 'conf/cleanup_0x0')
-rw-r--r--conf/cleanup_0x05
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/cleanup_0x0 b/conf/cleanup_0x0
new file mode 100644
index 0000000..0137c23
--- /dev/null
+++ b/conf/cleanup_0x0
@@ -0,0 +1,5 @@
+# /etc/cron.d/cleanup_0x0
+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
bgstack15