我希望通过PM2 API控制PM2的JavaScript中的脚本,并在PM2中运行。 PM2.JS. var pm2 = require('pm2'); setTimeout(() => { restartProcess('client'); }, 2000); ...
確定! 回上一頁