diff --git a/ecosystem.config.js b/ecosystem.config.js index 26e7c09..a01fd7c 100644 --- a/ecosystem.config.js +++ b/ecosystem.config.js @@ -2,8 +2,8 @@ module.exports = { apps: [ { name: "artemis", - interpreter: "./env/bin/python", - script: "./bot.py", + script: "/bin/bash", + args: "-c './env/bin/python -m artemis'", out_file: "/dev/null", error_file: "/dev/null", log_file: "./artemis.log",