Is there a graceful way on unix/linux to shutdown a TG application that was started with the myapp-start.py. currently I use kill -9 <pid> but there must be a nicer way to to it
I want to run my T application in a production environment. What is the pereferen way to start the service? thaks, Alex.

