OXIESEC PANEL
- Current Dir:
/
/
usr
/
share
/
doc
/
acpid
/
examples
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
10/21/2019 03:49:19 PM
rwxr-xr-x
📄
ac
308 bytes
04/22/2017 01:14:06 PM
rw-r--r--
📄
ac.sh
1.12 KB
04/22/2017 01:14:06 PM
rw-r--r--
📄
default
630 bytes
04/22/2017 01:14:06 PM
rw-r--r--
📄
default.sh
629 bytes
04/22/2017 01:14:06 PM
rw-r--r--
📄
powerbtn
423 bytes
04/22/2017 01:14:06 PM
rw-r--r--
📄
powerbtn.sh
1.96 KB
04/28/2017 04:28:10 AM
rw-r--r--
Editing: powerbtn
Close
# /etc/acpi/events/powerbtn # This is called when the user presses the power button and calls # /etc/acpi/powerbtn.sh for further processing. # Optionally you can specify the placeholder %e. It will pass # through the whole kernel event message to the program you've # specified. # We need to react on "button power.*" and "button/power.*" because # of kernel changes. event=button[ /]power action=/etc/acpi/powerbtn.sh