17 lines
520 B
Plaintext
17 lines
520 B
Plaintext
|
# hibernate.conf is split into separate configuration files.
|
||
|
#
|
||
|
# Each file is tried in the order below, until an available suspend
|
||
|
# method is found.
|
||
|
#
|
||
|
# Options specific to a particular suspend method should be placed in the
|
||
|
# appropriate configuration file (tuxonice.conf, ususpend.conf, disk.conf
|
||
|
# or ram.conf).
|
||
|
# Options common to all suspend methods should be placed in common.conf.
|
||
|
#
|
||
|
# See hibernate.conf(5) for help on the configuration items.
|
||
|
|
||
|
#TryMethod tuxonice.conf
|
||
|
TryMethod disk.conf
|
||
|
TryMethod ram.conf
|
||
|
|