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
9994e075c1
ramirez
/
modmailbot-pm2.json
9 lines
126 B
JSON
Raw
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"
:
"./"
,
"script"
:
"npm"
,
Revert changes
2020-06-05 14:14:14 -04:00
"args"
:
"start"
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
}
]
}