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: default
Close
# This is the ACPID default configuration, it takes all # events and passes them to /etc/acpi/default.sh for further # processing. # event keeps a regular expression matching the event. To get # power events only, just use something like "event=button power.*" # to catch it. # action keeps the command to be executed after an event occurs # In case of the power event above, your entry may look this way: #event=button power.* #action=/sbin/init 0 # Optionally you can specify the placeholder %e. It will pass # through the whole kernel event message to the program you've # specified. event=.* action=/etc/acpi/default.sh %e