summaryrefslogtreecommitdiff
path: root/run.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.sh b/run.sh
index 07c14622..386ce427 100644
--- a/run.sh
+++ b/run.sh
@@ -5,4 +5,4 @@ MONGOLAB_URI='change this' \
PORT='80' \
SSLPORT='443' \
DOMAIN='change this' \
-forever -a --uid hackmd start app.js \ No newline at end of file
+forever -a --uid hackmd -l ./logs/hackmd_log.log -o ./logs/hackmd_out.log -e ./logs/hackmd_error.log start app.js \ No newline at end of file