Start background process

I was creating a macro in which to start a terminal process using a shortcut. The macro is using the Execute Shell Script macro which contains only the process name: /usr/local/bin/svim.

If I execute the Execute Shell Script macro, svim is started and it stays running. If I instead run the complete macro, it looks like svim is terminated together with the macro.

Is there a way to allow this process to continue running?

thank you

Forget about this. The process is running and staying alive. It was a mistake on my side.