On Thu, Jul 30, 2015 at 5:09 AM, Mirko Fucci <[email protected]> wrote: > Thank you Robert. > > It worked as i removed "init=/lib/systemd/systemd" and kept "quiet > loglevel=0". > So now i get what i wanted: > the application starts at the end of the other init scripts (in rc.local) > and the login > prompt is displayed only when application is stopped. > > Anyway i'd like to know if init= /lib/systemd/systemd is necessary and why > removing that i have a similar boot except for the login prompt.
In wheezy that line activates systemd vs the default of sysvinit. So when you later upgrade to a newer distro that uses systemd by default, your going to have to fix your init script. ;) Regards, -- Robert Nelson https://rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
