commit
50faed19df
2
app.js
2
app.js
@ -1,7 +1,7 @@
|
||||
var nodeModel = require('./lib/node');
|
||||
var sleep = require('sleep');
|
||||
|
||||
sleep.sleep(5);
|
||||
sleep.sleep(15);
|
||||
|
||||
var node = new nodeModel();
|
||||
|
||||
|
@ -1,12 +1,12 @@
|
||||
[
|
||||
{
|
||||
"name" : "eth",
|
||||
"cwd" : "~/bin/www/",
|
||||
"cwd" : "/home/ubuntu/bin/www/",
|
||||
"script" : "bin/eth.sh",
|
||||
"log_date_format" : "YYYY-MM-DD HH:mm Z",
|
||||
"log_file" : "~/logs/eth-log.log",
|
||||
"out_file" : "~/logs/eth-out.log",
|
||||
"error_file" : "~/logs/eth-err.log",
|
||||
"log_file" : "/home/ubuntu/logs/eth-log.log",
|
||||
"out_file" : "/home/ubuntu/logs/eth-out.log",
|
||||
"error_file" : "/home/ubuntu/logs/eth-err.log",
|
||||
"merge_logs" : false,
|
||||
"watch" : false,
|
||||
"exec_interpreter" : "bash",
|
||||
@ -14,12 +14,12 @@
|
||||
},
|
||||
{
|
||||
"name" : "node-app",
|
||||
"cwd" : "~/bin/www/",
|
||||
"cwd" : "/home/ubuntu/bin/www/",
|
||||
"script" : "app.js",
|
||||
"log_date_format" : "YYYY-MM-DD HH:mm Z",
|
||||
"log_file" : "~/logs/node-app-log.log",
|
||||
"out_file" : "~/logs/node-app-out.log",
|
||||
"error_file" : "~/logs/node-app-err.log",
|
||||
"log_file" : "/home/ubuntu/logs/node-app-log.log",
|
||||
"out_file" : "/home/ubuntu/logs/node-app-out.log",
|
||||
"error_file" : "/home/ubuntu/logs/node-app-err.log",
|
||||
"merge_logs" : false,
|
||||
"watch" : false,
|
||||
"exec_interpreter" : "node",
|
||||
|
Loading…
Reference in New Issue
Block a user