Is there way for look at my app, which is opened by terminal? I want to run app when linux loads, and watch them... if crash, then reopened it..
I tried simple sh script, which watch for opened processes every 30 seconds, and if there is no my app, script should start newone.
But ... is this good way to keep app open?