python version 3.10
jina 3.24.1
In the Docker image, I started a Jina flow using Nohup. I tried to use PS to find its process ID and kill it, but it didn't work. How can I solve this problem?
`root@nvidia:/data# ps aux | grep jina | grep -v grep | head -n 1 | awk '{print $2}' | xargs kill -9
