commit
3efb272289
@ -37,4 +37,4 @@ cd www
|
|||||||
sudo npm install
|
sudo npm install
|
||||||
sudo npm install pm2 -g
|
sudo npm install pm2 -g
|
||||||
|
|
||||||
cp -b ./processes.json ./..
|
cp -b ./processes-go.json ./../processes.json
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
"name" : "eth",
|
"name" : "eth-go",
|
||||||
"cwd" : "/home/ubuntu/bin/www/",
|
"cwd" : "/home/ubuntu/bin/www/",
|
||||||
"script" : "bin/eth.sh",
|
"script" : "bin/eth-go.sh",
|
||||||
"log_file" : "/home/ubuntu/logs/eth-log.log",
|
"log_file" : "/home/ubuntu/logs/eth-log.log",
|
||||||
"out_file" : "/home/ubuntu/logs/eth-out.log",
|
"out_file" : "/home/ubuntu/logs/eth-out.log",
|
||||||
"error_file" : "/home/ubuntu/logs/eth-err.log",
|
"error_file" : "/home/ubuntu/logs/eth-err.log",
|
||||||
|
Loading…
Reference in New Issue
Block a user