| SmartBear Support wrote: |
|---|
You can restart agents by pressing Ctrl-C and then running their sh-file again.
Regards
Henrik SmartBear Software |
What do you mean by 'running their sh-file'? Currently I see loadUI-agent.sh is running in 2 processes, one with pure shell, one with nohup. I dont if that sh file also spawns the java process. Is my only option to mimic these two process creation by writting a script or manually executing them in 2 commands?
If that's my only option, I would say that's a very poor way of implementation. I should just have one script to run with start, stop and restart option, which should create all those background and nohup processes.