Skip to content

Commit

Permalink
chore: allow usage of pm2
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex4386 authored Aug 1, 2022
1 parent d47f296 commit d2f3b33
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ecosystem.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module.exports = {
apps : [{
name: "XenXenXenSe",
interpreter: "/usr/bin/python3",
cmd: "main.py"
}]
}

0 comments on commit d2f3b33

Please sign in to comment.