And it sounds like that works fine so no problem really.
But if you do want to see if there is anything else running perhaps include 2 new lines in your conf. One at the start to pipe ps -ef to a file and again at the end (to a differnt file) and then run a diff on them. This should show anything that has been started by your script.
Nice workaround
And it sounds like that works fine so no problem really.
But if you do want to see if there is anything else running perhaps include 2 new lines in your conf. One at the start to pipe ps -ef to a file and again at the end (to a differnt file) and then run a diff on them. This should show anything that has been started by your script.