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