mirror of
https://github.com/artiemis/artemis.git
synced 2026-02-14 08:31:55 +00:00
adjust pm2 config
This commit is contained in:
parent
e2b5a245b5
commit
bcaf3a986c
@ -2,8 +2,8 @@ module.exports = {
|
|||||||
apps: [
|
apps: [
|
||||||
{
|
{
|
||||||
name: "artemis",
|
name: "artemis",
|
||||||
interpreter: "./env/bin/python",
|
script: "/bin/bash",
|
||||||
script: "./bot.py",
|
args: "-c './env/bin/python -m artemis'",
|
||||||
out_file: "/dev/null",
|
out_file: "/dev/null",
|
||||||
error_file: "/dev/null",
|
error_file: "/dev/null",
|
||||||
log_file: "./artemis.log",
|
log_file: "./artemis.log",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user