aboutsummaryrefslogtreecommitdiff
path: root/config/cleanup_0x0
blob: 2278eaa9eef35a89dfe4fe9ac1efec8c24330253 (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 0 * * *  root  python3 /srv/0x0/cleanup.py >/dev/null 2>&1
bgstack15