Merge pull request #309 from sporkwitch/master

Add pm2 support
master
Miikka 2019-06-25 13:34:42 +03:00 committed by GitHub
commit c2fd94e6c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

8
modmailbot-pm2.json Normal file
View File

@ -0,0 +1,8 @@
{
"apps": [{
"name": "ModMailBot",
"cwd": "./",
"script": "npm",
"args": "start"
}]
}