Peter Alcibiades
How do I set it so that the other either cannot be closed, or alternatively, if it is closed it immediately restarts? I seem to remember a command option that does that but can't seem to find it or recall what it is. Something to do with respawn?
respawn is an option if you are running it from inittab.
You could also consider something like daemon to run it and restart it if it is closed.
To remove the closure option probably means modifying the app.
Hope that helps,