|
Lines 201-206
Link Here
|
| 201 |
# default: no |
201 |
# default: no |
| 202 |
#SHUTDOWN_SYSTOHC="yes" |
202 |
#SHUTDOWN_SYSTOHC="yes" |
| 203 |
|
203 |
|
|
|
204 |
# |
| 205 |
# This may be a custom shutdown command like hibernate, hibernate-ram (from |
| 206 |
# sys-power/hibernate-script for example) or something else |
| 207 |
# which will suspend to RAM (STR, S3) or to disk (STD, S4) instead of |
| 208 |
# powering off the machine, achieving faster startup on resuming. |
| 209 |
# Of course, you then have to make sure when setting up this suspend/resume |
| 210 |
# scenario, to stop the vdr service and unload the dvb modules before |
| 211 |
# suspending, and load the modules and restart vdr when resuming. When using |
| 212 |
# sys-power/hibernate-script, /etc/hibernate/common.conf comes handy for |
| 213 |
# achieving this. |
| 214 |
# |
| 215 |
#SHUTDOWN_CUSTOM_CMD="" |
| 216 |
|
| 204 |
# Debugging variables: |
217 |
# Debugging variables: |
| 205 |
#DEBUG=1 |
218 |
#DEBUG=1 |
| 206 |
#DRY_SHUTDOWN=1 |
219 |
#DRY_SHUTDOWN=1 |