Advertisement
Guest User

Untitled

a guest
Mar 17th, 2012
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.55 KB | None | 0 0
  1. # hibernate.conf is split into separate configuration files.
  2. #
  3. # Each file is tried in the order below, until an available suspend
  4. # method is found.
  5. #
  6. # Options specific to a particular suspend method should be placed in the
  7. # appropriate configuration file (tuxonice.conf, ususpend.conf, disk.conf
  8. # or ram.conf).
  9. # Options common to all suspend methods should be placed in common.conf.
  10. #
  11. # See hibernate.conf(5) for help on the configuration items.
  12.  
  13. TryMethod tuxonice.conf
  14. TryMethod ususpend-disk.conf
  15. TryMethod disk.conf
  16. TryMethod ram.conf
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement