On Sat, 2006-05-13 at 21:05 +0300, Hussam Al-Tayeb wrote: > Acpid runs at boot eventhough I didn't have to add it to the startup daemons > list. > I'm not complaining since I DO want it to run at bootup. > But I'm only inquiring as to why it starts up by itself.
The source of your "problem" is in hal. Hal supports ACPI properties, and locks /proc/acpi for that. It's impossible for acpid to read from it anymore at that point. So what our hal script does is start acpid first when it is on your system. _______________________________________________ arch mailing list [email protected] http://www.archlinux.org/mailman/listinfo/arch
