要快速解决Debian僵尸进程,可参考以下方法:
ps -A -o stat,ppid,pid,cmd | grep -e '^[Zz]'
kill -s SIGCHLD 父进程ID
kill -9 父进程ID
sudo systemctl restart 服务名