From da2f0620a3b4ca216e9e4457a3153eec92954142 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 23 Aug 2009 13:57:14 +0200 Subject: added acpid in user land with a simple script being able to to a ACPI powerbutton shutdown (needed for VirtualBox tests) --- acpid-anything | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 acpid-anything (limited to 'acpid-anything') diff --git a/acpid-anything b/acpid-anything new file mode 100644 index 0000000..d182898 --- /dev/null +++ b/acpid-anything @@ -0,0 +1,3 @@ +# Pass all events to our one handler script +event=.* +action=/etc/acpi/handler.sh %e -- cgit v1.2.3-54-g00ecf