diff options
author | heil <heil@terminal-consulting.de> | 2015-06-17 17:11:48 +0200 |
---|---|---|
committer | heil <heil@terminal-consulting.de> | 2015-06-17 17:25:52 +0200 |
commit | 3661e01a0d68998484c49dbdbe2c40a7fdc20042 (patch) | |
tree | 35a72fa89e164db2049be96b7023a257394c94b9 /utils/acpid/files/default | |
parent | 73a853e1cf80d71476f938325d1b0fbdf51a7431 (diff) |
acpid: Import from oldpackages, update to latest version, add myself as
maintainer, ensure musl compatibility
- with acpid kvm based setups can react on acpi shutdown and reboot
actions
Signed-off-by: heil <heil@terminal-consulting.de>
Diffstat (limited to 'utils/acpid/files/default')
-rw-r--r-- | utils/acpid/files/default | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/utils/acpid/files/default b/utils/acpid/files/default new file mode 100644 index 000000000..cf8d9a3f2 --- /dev/null +++ b/utils/acpid/files/default @@ -0,0 +1,5 @@ +# This is a sample ACPID configuration + +event=button/power.* +action=/sbin/poweroff + |