Legato app start sequence in SDEF

Hello

I have configured all the apps as autostart in adef.

I observed legato starts the apps in alphabetical order (irrespective of system app or user app in .sdef) This increases apps time to wait for the dependent app.

How can set the dependency for the apps and start them in the order I need? .

Please reply.

Thanks,

sjnk

you can set the application to be manually start.

After that you can run a script to run the application one by one by “app start app1” and “app start app2”