I think you can configure ExecStartPost in the sys...
# bolt
n
I think you can configure ExecStartPost in the systemd service file to specify a run a command after the service starts, so you can make a command that waits for it to actually be ready. Or in Bolt, you could write a task that effectively does the same waiting and call that task after you call the
service
task to start it.