wakefix(8)

WAKEFIX(8) System Administration Utilities WAKEFIX(8)

NAME

wakefix - is a tool to read and modify (fix) the ACPI wakeup event table (/proc/acpi/wakeup). It is intended to be installed as a system startup service to make such modifications at boot.

SYNOPSIS

wakefix [options]

DESCRIPTION

wakefix is a tool to read and modify (fix) the ACPI wakeup event table (/proc/acpi/wakeup). It is intended to be installed as a system startup service to make such modifications at boot.

wakefix uses /etc/sysconfig/wakefix.conf configuration file.

OPTIONS

-l, --list
print out the contents of the kernel ACPI wakeup table (the default action);
-e NAMEs, --enable=NAMEs
enable wakeup by events from devices which name contains one of the listed NAMEs;
-d NAMEs, --disable=NAMEs disable wakeup by events from devices
which name contains one of the listed NAMEs;
-f, --fix
make modifications in accordance with the configuration file /etc/sysconfig/wakefix.conf;
-n,--dry-run
just print out which devices would be enabled or disabled without actual state changes;
-v,--verbose
print information about the actual changes;
-V,--version
print program version and exit;
-h,--help
show this text and exit.

With no options given wakefix prints out the contents of the kernel ACPI wakeup table (as with -l).

ENVIRONMENT

WAKEFIX_CONFIG
If the WAKEFIX_CONFIG environment variable is set then it specifies a path to the configuration file instead of the default /etc/sysconfig/wakefix.conf.

AUTHOR

Written by Paul Wolneykien <manowar@altlinux.org>

REPORTING BUGS

Report bugs to http://bugs.altlinux.ru/

COPYRIGHT

Copyright © 2019 Paul Wolneykien <manowar@altlinux.org>
This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

SEE ALSO

acpi(1).

February 2021 wakefix 1.0.4