diff --git a/processes.json b/processes.json index be40f7c..01b1044 100644 --- a/processes.json +++ b/processes.json @@ -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",