I want to create a Linux Service to monitor if the Vision Client is running or not. I do not know whether there is an internal socket or something I could use to "listen" or monitor whether the Vision Client is running.
Can anyone help me with this issue?
Thanks in advance.
No, there's nothing to listen for. But java will show in the process list, and you can examine the process properties in the /proc/ filesystem to confirm what it is.