r3-config/start_pong

5 lines
255 B
Bash
Executable File

#!/bin/bash
cd /usr/share/gamewheel/api-v1.6
pm2 start bin/start --node-args="--max-old-space-size=16000 --debug=3204" --name api-v1.6
cd /usr/share/gamewheel/3d-pong
pm2 start server.js --node-args="--max-old-space-size=16000 --debug=3201" --name 3d-pong