Re: acpid shutdown?
Jason Cox <[email protected]>
| Newsgroups | gmane.linux.hardware.sony |
|---|---|
| Message-ID | <1056028496.8746.32.camel@annihilate> |
Thanks Jean, That worked perfectly. Regards, Jason. On Thu, 2003-06-19 at 20:21, Jean Delvare wrote: > > I have set up acpid and it detects the events when I press the power > > button or close the lid on my Z1GP, however, it does not execute the > > shutdown command. > > > > /etc/acpi/events/power: > > > > event=button power.* > > action=poweroff > > > > Am I missing something? > > Try with full path and/or options: > > % cat /etc/acpi/events/shutdown > event=^button/power PWRB > action=/sbin/shutdown -t5 -hf now > > This one works for me (GR214EP).