fixed paths
This commit is contained in:
parent
8b4c8b8bcd
commit
07d7a779fa
@ -1,12 +1,12 @@
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
"name" : "eth",
|
"name" : "eth",
|
||||||
"cwd" : "~/bin/www/",
|
"cwd" : "/home/ubuntu/bin/www/",
|
||||||
"script" : "bin/eth.sh",
|
"script" : "bin/eth.sh",
|
||||||
"log_date_format" : "YYYY-MM-DD HH:mm Z",
|
"log_date_format" : "YYYY-MM-DD HH:mm Z",
|
||||||
"log_file" : "~/logs/eth-log.log",
|
"log_file" : "/home/ubuntu/logs/eth-log.log",
|
||||||
"out_file" : "~/logs/eth-out.log",
|
"out_file" : "/home/ubuntu/logs/eth-out.log",
|
||||||
"error_file" : "~/logs/eth-err.log",
|
"error_file" : "/home/ubuntu/logs/eth-err.log",
|
||||||
"merge_logs" : false,
|
"merge_logs" : false,
|
||||||
"watch" : false,
|
"watch" : false,
|
||||||
"exec_interpreter" : "bash",
|
"exec_interpreter" : "bash",
|
||||||
@ -14,12 +14,12 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name" : "node-app",
|
"name" : "node-app",
|
||||||
"cwd" : "~/bin/www/",
|
"cwd" : "/home/ubuntu/bin/www/",
|
||||||
"script" : "app.js",
|
"script" : "app.js",
|
||||||
"log_date_format" : "YYYY-MM-DD HH:mm Z",
|
"log_date_format" : "YYYY-MM-DD HH:mm Z",
|
||||||
"log_file" : "~/logs/node-app-log.log",
|
"log_file" : "/home/ubuntu/logs/node-app-log.log",
|
||||||
"out_file" : "~/logs/node-app-out.log",
|
"out_file" : "/home/ubuntu/logs/node-app-out.log",
|
||||||
"error_file" : "~/logs/node-app-err.log",
|
"error_file" : "/home/ubuntu/logs/node-app-err.log",
|
||||||
"merge_logs" : false,
|
"merge_logs" : false,
|
||||||
"watch" : false,
|
"watch" : false,
|
||||||
"exec_interpreter" : "node",
|
"exec_interpreter" : "node",
|
||||||
|
Loading…
Reference in New Issue
Block a user