Skip to content

Instantly share code, notes, and snippets.

@marcelocg
Created May 9, 2016 17:39
Show Gist options
  • Select an option

  • Save marcelocg/4f97d649729a775646d36b19d63de5c8 to your computer and use it in GitHub Desktop.

Select an option

Save marcelocg/4f97d649729a775646d36b19d63de5c8 to your computer and use it in GitHub Desktop.
Ubuntu Enable Hibernate
# Save this content to /etc/polkit-1/localauthority/50-local.d/com.ubuntu.enable-hibernate.pkla
[Re-enable hibernate by default in upower]
Identity=unix-user:*
Action=org.freedesktop.upower.hibernate
ResultActive=yes
[Re-enable hibernate by default in logind]
Identity=unix-user:*
Action=org.freedesktop.login1.hibernate;org.freedesktop.login1.hibernate-multiple-sessions
ResultActive=yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment