aboutsummaryrefslogtreecommitdiff
path: root/config/cleanup_0x0
blob: 0137c2360125beae96a529ef28ff5afc22a5b28e (plain)
1
2
3
4
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