# Run every hour
0 * * * * root tail -n 1000 /var/log/syslog | grep -v CRON | grep -q 'GPU has fallen off the bus' && shutdown -r now
