如何杀死Elixir Daemon

tak*_*oka 5 elixir

我启动了长生不老药的守护进程.

elixir --detached -S mix run
Run Code Online (Sandbox Code Playgroud)

但我找不到杀死这个的方法.

(我的服务器是CentOS.)

Len*_*ran 9

使用查找进程ID ps -eaf|grep elixir并使用该进程终止进程kill <process_id>