UNPKG

pm25

Version:

Production process manager for Node.JS applications with a built-in load balancer.

16 lines (15 loc) 323 B
module.exports = { /** * Application configuration section * http://pm2.PM25.io/docs/usage/application-declaration/ */ apps : [ { name : "test", script : "./echo.js", out_file : '~/echo-out.log', error_file : '~/echo-err.log', pid_file : '~/echo-pid.log' } ] }