nohup {shell script} & exit
For example, if you wish to keep the Secure Connector of IBM App Connect Professional running (
runclient_osgi.sh start
), you'd want to do this:
nohup runclient_osgi.sh start & exit
nohup {shell script} & exit
runclient_osgi.sh start
), you'd want to do this:
nohup runclient_osgi.sh start & exit