aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Bornkessel <hd_brummy@gentoo.org>2020-01-07 22:42:27 +0100
committerJoerg Bornkessel <hd_brummy@gentoo.org>2020-01-07 22:42:27 +0100
commitfa6d9c14cc7cf4f8f0eecefce8b120f9cc2629c6 (patch)
tree9e28e9e5c87214e8dcaa30ec001790acfca0e22b /README.shutdown
parentproj/gentoo-vdr-scripts: Bumped to version 2.8 (diff)
downloadgentoo-vdr-scripts-fa6d9c14cc7cf4f8f0eecefce8b120f9cc2629c6.tar.gz
gentoo-vdr-scripts-fa6d9c14cc7cf4f8f0eecefce8b120f9cc2629c6.tar.bz2
gentoo-vdr-scripts-fa6d9c14cc7cf4f8f0eecefce8b120f9cc2629c6.zip
gentoo-vdr-scripts.git: removed acpi wakeup support
removed acpi wakeup support, this was announced in earlier g-v-s versions, taken changes from https://github.com/lucianm/gentoo-vdr-scripts Suggested-by: Lucian Muresan <lucianm@users.sourceforge.net> Signed-off-by: Joerg Bornkessel <hd_brummy@gentoo.org>
Diffstat (limited to 'README.shutdown')
-rw-r--r--README.shutdown3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.shutdown b/README.shutdown
index d237424..36ddc47 100644
--- a/README.shutdown
+++ b/README.shutdown
@@ -8,11 +8,10 @@ Almost all code related to shutdown is stored under
= wakeup-modules:
=================
-
Wakeup-modules are named wakeup-${NAME}.sh
The used wakeup-module is selected by WAKEUP_METHOD in /etc/conf.d/vdr.shutdown.
-Here acpi is used by default if nothing has been set.
+Here rtc and nvram is tried by default if nothing has been set.
The module is sourced by the shell. The wakeup-module is executed as user root.