mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
acpid: Forgot to commit config data.
This commit is contained in:
4
config/acpid/power
Normal file
4
config/acpid/power
Normal 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
4
config/acpid/power.sh
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
# Shutdown the system immediately
|
||||||
|
shutdown -h now
|
||||||
Reference in New Issue
Block a user