Skip to content

Instantly share code, notes, and snippets.

@choyan
Created October 8, 2013 13:04
Show Gist options
  • Save choyan/6884351 to your computer and use it in GitHub Desktop.
Save choyan/6884351 to your computer and use it in GitHub Desktop.
Hibernate on ElementaryOS
To do so on terminal:
gksu gedit /etc/polkit-1/localauthority/50-local.d/com.ubuntu.enable-hibernate.pkla
Replace gedit with your favorite editor’s command. This command will open a blank file. Copy and paste these lines:
[Enable Hibernate]
Identity=unix-user:*
Action=org.freedesktop.upower.hibernate
ResultActive=yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment