Olimex Support Forum

OLinuXino Android / Linux boards and System On Modules => A20 => Topic started by: normad on February 01, 2016, 07:47:28 AM

Title: A-20 Lime boot-up slow
Post by: normad on February 01, 2016, 07:47:28 AM
I have written a program and set it to be executed at bootup via init.d.
It is in runlevel 2 (the default) with priority 01. The other processes with priority 01 are bootlog rsyslog motd and sudo.
But when i boot up the program i can see that the network-manager runs before my program is run, even though network manager has the priority of 04.
And it takes approximately 1minute and 45 seconds before my program is run after startup. This is not acceptable. Please help!
Title: Re: A-20 Lime boot-up slow
Post by: normad on February 01, 2016, 08:33:08 AM
Actually nevermind  ::) I noticed that networking is starting on runlevel S. I moved my program to runlevel S with mounkernelfs as the dependancy and it now starts in just 18seconds!