Disable Suspend and Hibernate – Ubuntu

Open a Terminal from Applications>Accessories>Terminal. Become a root with su – or sudo su –

  • vim /usr/share/polkit-1/actions/org.debian.aptxapianindex.policy

Find the lines:

  • <allow_active>yes</allow_active>

Change this entry from “yes” to “no” to disable hibernate/suspend.

  • <allow_active>no</allow_active>