r3-config/start_r3_websocket

4 lines
118 B
Bash
Executable File

#!/bin/bash
cd /usr/share/cybafelo/r3-websocket
pm2 start index.js --node-args="--inspect=3205" --name "r3-websocket"