acpid: Forgot to commit config data.

This commit is contained in:
Michael Tremer
2012-08-24 15:28:24 +02:00
parent 560d09a5cc
commit 161f8b313d
2 changed files with 8 additions and 0 deletions

4
config/acpid/power Normal file
View File

@@ -0,0 +1,4 @@
# ACPID config to power down machine if powerbutton is pressed
event=button/power.*
action=/etc/acpi/actions/power.sh

4
config/acpid/power.sh Normal file
View File

@@ -0,0 +1,4 @@
#!/bin/sh
# Shutdown the system immediately
shutdown -h now