阻止 Unicorn Server 进程运行的最佳方法是什么? [英] What is the best way to stop a Unicorn Server process from running?

查看:34
本文介绍了阻止 Unicorn Server 进程运行的最佳方法是什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

阻止 Unicorn Server 进程运行的最佳方法是什么?每当我尝试使用 kill -p 90234 停止它时,它都不起作用.这很可能是我做错了什么.

What is the best way to stop a Unicorn Server process from running? Whenever I try to stop it using kill -p 90234 it does not work. It is most likely something I am doing wrong.

谢谢.

推荐答案

Simple Things There - 在终端输入ps"并查看 Master Unicorn Process.复制它的PID,然后输入kill −9 90234"(其中90234是主独角兽进程的PID).在那个工作进程应该消失之后.

Simple Things There - In Terminal type "ps" and have a look for the Master Unicorn Process. Copy the PID of it and then type "kill −9 90234" (where 90234 is PID of master unicorn process). After that worker process should disappear itself.

这篇关于阻止 Unicorn Server 进程运行的最佳方法是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆