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
b566be85fe
ramirez
/
modmailbot-pm2.json
9 lines
135 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"
,
Update pm2 config file to run on Windows 10 https://github.com/Unitech/pm2/issues/3657#issuecomment-482010714 This is a known issue with pm2 on Windows. pm2 tries to run node.cmd as javascript which is wrong.
2020-04-30 19:33:57 -04:00
"args"
:
"./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
}
]
}