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