How can I spawn two processes on deployment in sequential manner?

My project relies on a Lavalink node to be active. Locally, I would usually start the Lavalink node, and once it is up - start up the code dependent on it. From what I see, though, the start command is usually defined as running one and only one process.
4 Replies