mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +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