Hi,

I’m running a script that I call from post-boot, the script I call is used to poll a directory and will never end. I noticed that calling the script keeps post-boot in the PS list I’m assuming because the script doesn’t return back to post-boot.

My question is, is there a way that I can call a script from another script without waiting for the called script to finish?

Hope that all makes sense?