command line - How to start soapui.sh under linux in background? -


how start soapui.sh under linux in background?

i tried several variants like:

nohup ./soapui.sh < /dev/null 2>&1 > /dev/null &  nohup ./soapui.sh & < /dev/null 2>&1 > /dev/null & 

when performed exit , server again haven't seen soapui running.

try below:

nohup ./soapui.sh & 

Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -