aboutsummaryrefslogtreecommitdiff
path: root/modmailbot-pm2.json
diff options
context:
space:
mode:
authorSin-MacBook <[email protected]>2020-08-10 23:44:20 +0200
committerSin-MacBook <[email protected]>2020-08-10 23:44:20 +0200
commit2a53887abba882bf7b63aeda8dfa55fdb3ab8792 (patch)
treead7a95eb41faa6ff13c3142285cdc0eb3ca92183 /modmailbot-pm2.json
downloadmodmail-2a53887abba882bf7b63aeda8dfa55fdb3ab8792.tar.xz
modmail-2a53887abba882bf7b63aeda8dfa55fdb3ab8792.zip
clean this up when home
Diffstat (limited to 'modmailbot-pm2.json')
-rw-r--r--modmailbot-pm2.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/modmailbot-pm2.json b/modmailbot-pm2.json
new file mode 100644
index 0000000..6322645
--- /dev/null
+++ b/modmailbot-pm2.json
@@ -0,0 +1,8 @@
+{
+ "apps": [{
+ "name": "ModMailBot",
+ "cwd": "./",
+ "script": "npm",
+ "args": "start"
+ }]
+}