Autor YouCode - http://www.youcode.com.ar/linux/disable-suspend-and-hibernation-debian-484
Como desactivar y activar la hibernación y suspensión en Debian
Para desactivar la hibernación y suspensión ejecutaremos el siguiente comando:sudo systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.targetpara volver a activarlas haremos :
sudo systemctl unmask sleep.target suspend.target hibernate.target hybrid-sleep.target
http://www.youcode.com.ar/linux/disable-suspend-and-hibernation-debian-484