mirror of
https://github.com/tl-open-source/tl-rtc-file.git
synced 2025-10-16 04:20:46 +08:00
15 lines
182 B
Bash
15 lines
182 B
Bash
#!/bin/bash
|
|
|
|
cd /home/tlrtcfile/svr
|
|
|
|
pm2 start npm --name=tlapi -- run lapi
|
|
|
|
pm2 start npm --name=tlsocket -- run lsocket
|
|
|
|
pm2 start npm --name=tlbuild -- run build:pro
|
|
|
|
pm2 logs
|
|
|
|
|
|
|