How can i find the trigger of an acpi event ?
- by n00ki3
My Server shutsdown . Evertime at midnight.
The acpi Event power_button is triggered. at /etc/acpi/events/power_button
power_button:
# care about the power button
event=button/power.*
action=/usr/lib/acpid/power_button
How can i find out the "Caller" or the Trigger of this event ?