From 7cb8c2a818a70a3431e3374097db8ad575c702cd Mon Sep 17 00:00:00 2001 From: "Theunis J. Botha" Date: Fri, 31 Mar 2017 16:05:57 +0200 Subject: [PATCH] cron config --- start_cron | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 start_cron diff --git a/start_cron b/start_cron new file mode 100755 index 0000000..6e35406 --- /dev/null +++ b/start_cron @@ -0,0 +1,3 @@ +#!/bin/bash +cd /usr/share/gamewheel/cron +pm2 start bin/start --node-args="--debug=3216" --name cron \ No newline at end of file