标签: linux
我正在使用nohup在Mac OS(Mojave)中启动Medis:
nohup npm start &
当我关闭终端标签时,它会提示我:Closing this tab will terminate the running processes: npm, Electron, node, Electron Helper (2)。为什么nohup无法正常工作?我需要做些什么才能使其在后台运行吗?
Closing this tab will terminate the running processes: npm, Electron, node, Electron Helper (2)