This website requires JavaScript.
Explore
Help
Register
Sign In
engineering
/
ramirez
Watch
3
Star
0
Fork
You've already forked ramirez
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
cshd
ramirez
/
modmailbot-pm2.json
8 lines
110 B
JSON
Raw
Permalink
Normal View
History
Unescape
Escape
Add pm2 support Add json file to launch and monitor in pm2 and allow automatic restarts if the bot crashes
2019-06-25 06:27:40 -04:00
{
"apps"
:
[
{
"name"
:
"ModMailBot"
,
"cwd"
:
"./"
,
Update modmailbot-pm2.json (#478) Make the pm2 file work on windows, as well as linux.
2020-11-01 13:39:39 -05:00
"script"
:
"src/index.js"
Add pm2 support Add json file to launch and monitor in pm2 and allow automatic restarts if the bot crashes
2019-06-25 06:27:40 -04:00
}
]
}