script for enabling hibernation in ubuntu

This commit is contained in:
Cyryl Plotnicki-Chudyk 2015-01-03 22:11:25 +01:00
parent 69ef2cb93e
commit 2099afe626
2 changed files with 13 additions and 0 deletions

View file

@ -0,0 +1,9 @@
[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
ResultActive=yes

4
ubuntu/enable_hibernation Executable file
View file

@ -0,0 +1,4 @@
#!/bin/sh
sudo cp -v com.ubuntu.enable-hibernate.pkla /var/lib/polkit-1/localauthority/50-local.d/
echo "Don't forget to install Hibernate Status Button"