I am writing a script to setup my openvidu server on aws. My script creates the cloudformation stack, uploads my .env file, and finally restarts openvidu. Is it possible to run ./openvidu restart
in detached mode so that I can cleanly exit my script? I tried -d
but that didn’t seem to have any effect.
Thanks.