Hi everybody,
We're currently testing Support Center Plus in Linux and we need to start it through SSH (because the server is not physically close to us).
The issue is it doesn't let us run the application in background mode (that would be "sh run.sh &").
The issue having the application running in the foreground is if we finish the SSH session then it will terminate any application opened during that session that is why we need to run it in the background.
Another approach would be having the application running as a service in /etc/init.d/ but this might require creating a script to handle all the service status.
Thanks in advance,
Roberto.