kill -9 is certainly a bad idea. I'd suggest trying "killall myapp-start.py".
(this will work if you launch service directly, vs. python myapp-start.py).
kill -9 is certainly a bad idea. I'd suggest trying "killall myapp-start.py".
(this will work if you launch service directly, vs. python myapp-start.py).