Tiny Core Linux

dCore Import Debian Packages to Mountable SCE extensions => dCore X86 => dCore x86 Imported Extensions => Topic started by: uggla on October 05, 2013, 04:01:14 PM

Title: acpid startup
Post by: uggla on October 05, 2013, 04:01:14 PM
I've imported acpid and it starts during boot but it does so before mydata.tgz is restored. Could you please make it start after mydata.tgz so I don't have to restart acpid for my events to work?
Title: Re: acpid startup
Post by: Jason W on October 05, 2013, 06:17:01 PM
Since the Debian postinstall script is purely Debian specific using dpkg commands except for the simple starting of the daemon at the end, I have used the TC startup script to void the Debian one.  "/etc/init.d/acpid start" can be used in bootlocal.sh now or be run at any time after to start it up. 

Re-import it and it should work.
Title: Re: acpid startup
Post by: uggla on October 06, 2013, 02:33:40 AM
Thanks!