pm2 명령어 모음설치 : npm install pm2 -g실행 : pm2 start <실행시킬 서버.js> 리스트 확인 : pm2 list중지 : pm2 stop <app_name>재시작 : pm2 restart <app_name>삭제 : pm2 de