# Lilith Platform VPS Maintenance
# Safety net cleanup runs daily at 4 AM UTC
# Primary aggregation to bigdisk runs at 3 AM from dev machine
#
# Deploy to: /etc/cron.d/lilith-maintenance
#
SHELL=/bin/bash
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin

# Safety cleanup - only truncates if logs exceed thresholds
0 4 * * * root /opt/lilith/scripts/vps-safety-cleanup.sh >> /var/log/vps-cleanup.log 2>&1
