Linux cpanel.rrshost.in 5.15.0-25-generic #25-Ubuntu SMP Wed Mar 30 15:54:22 UTC 2022 x86_64
Apache
: 109.123.238.221 | : 172.70.127.97
128 Domain
8.2.28
aev999
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
acpid /
[ HOME SHELL ]
Name
Size
Permission
Action
examples
[ DIR ]
drwxr-xr-x
README
2.95
KB
-rw-r--r--
README.Debian
997
B
-rw-r--r--
changelog.Debian.gz
1.41
KB
-rw-r--r--
copyright
1.21
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : README.Debian
acpid for Debian ================ The acpid daemon can handle user defined events. Place event files under /etc/acpi/events. If an event occurs, acpid recurses through the event files in order to see if the regex defined after "event" matches. If they do, action is executed. An example with /etc/acpi/events/powerbtn to handle presses on the power button. new style: event=button/power .* action=/etc/acpi/powerbtn.sh old style: event=button power.* action=/etc/acpi/powerbtn.sh to handle both styles: event=button[ /]power action=/etc/acpi/powerbtn.sh Your script will get the complete event string (as reported by /proc/acpid/events), if you use %e as a parameter of your script. You may want to split this by calling set $*. $1 then holds the event group, $2 takes the event and $3 and $4 take the values as reported by the kernel. When using acpid with modules, you can use /etc/default/acpid in order to specify Linux kernel modules to be loaded at startup.
Close