Why not create systemd services for each script which will run in parallel once the prerequisites have been met.
Regards, John > On May 18, 2016, at 10:56 AM, [email protected] wrote: > > Hello, > I want to run few scripts in parallel at boot up. I am using Service routine > to run the script located in "/usr/bin/" at boot up. That script basically > executes 10 bash scripts. I tried to make them execute in parallel using "&" > command but that did not work, and this is happening only when I try to run > script at boot up. > > Once the system is completely up and running at that time if I try to execute > the same script with multiple scripts inside it to be executed in parallel > then it works perfectly. > > It would be very helpful if someone could help me to solve this issue. > > Thanks, > > > > -- > For more options, visit http://beagleboard.org/discuss > <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] > <mailto:[email protected]>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/beagleboard/af8d7e14-8651-4202-b120-68470968d30b%40googlegroups.com > > <https://groups.google.com/d/msgid/beagleboard/af8d7e14-8651-4202-b120-68470968d30b%40googlegroups.com?utm_medium=email&utm_source=footer>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/981F6E95-D6FC-49ED-9099-C34FB73A8951%40gmail.com. For more options, visit https://groups.google.com/d/optout.
