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
-
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?
-
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.
-
Thanks!