updated processes.json

This commit is contained in:
cubedro 2015-02-23 11:27:36 +02:00
parent 9c6f581617
commit e76ff4be85

View File

@ -5,8 +5,9 @@
"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",
"merge_logs" : false, "merge_logs" : true,
"watch" : false, "watch" : false,
"cron_restart" : "0 0 * * *",
"exec_interpreter" : "bash", "exec_interpreter" : "bash",
"exec_mode" : "fork_mode" "exec_mode" : "fork_mode"
}, },
@ -16,8 +17,9 @@
"log_file" : "/home/ubuntu/logs/node-app-log.log", "log_file" : "/home/ubuntu/logs/node-app-log.log",
"out_file" : "/home/ubuntu/logs/node-app-out.log", "out_file" : "/home/ubuntu/logs/node-app-out.log",
"error_file" : "/home/ubuntu/logs/node-app-err.log", "error_file" : "/home/ubuntu/logs/node-app-err.log",
"merge_logs" : false, "merge_logs" : true,
"watch" : false, "watch" : false,
"cron_restart" : "0 0 * * *",
"exec_interpreter" : "node", "exec_interpreter" : "node",
"exec_mode" : "fork_mode", "exec_mode" : "fork_mode",
"env": "env":