# Run every minute
* * * * * root tail -n 1000 /var/log/messages | grep -q 'GPU has fallen off the bus' && shutdown -r now
