From 7a9c20d0382973ab61ca1c881e60654446badb48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A8=8B=E5=BA=8F=E5=91=98=E5=B0=8F=E5=A2=A8?= <2291200076@qq.com> Date: Sun, 24 Jul 2022 14:34:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=89=B9=E5=A4=84=E7=90=86?= =?UTF-8?q?=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pm2 restart.bat | 1 + pm2 restart.sh | 1 + pm2 start.bat | 1 + pm2 start.sh | 1 + pm2 stop.bat | 2 ++ pm2 stop.sh | 2 ++ 6 files changed, 8 insertions(+) create mode 100644 pm2 restart.bat create mode 100644 pm2 restart.sh create mode 100644 pm2 start.bat create mode 100644 pm2 start.sh create mode 100644 pm2 stop.bat create mode 100644 pm2 stop.sh diff --git a/pm2 restart.bat b/pm2 restart.bat new file mode 100644 index 0000000..9e9eb8b --- /dev/null +++ b/pm2 restart.bat @@ -0,0 +1 @@ +pm2 restart weibo-hotband-bot \ No newline at end of file diff --git a/pm2 restart.sh b/pm2 restart.sh new file mode 100644 index 0000000..9e9eb8b --- /dev/null +++ b/pm2 restart.sh @@ -0,0 +1 @@ +pm2 restart weibo-hotband-bot \ No newline at end of file diff --git a/pm2 start.bat b/pm2 start.bat new file mode 100644 index 0000000..bdbca0d --- /dev/null +++ b/pm2 start.bat @@ -0,0 +1 @@ +pm2 start index.js --name weibo-hotband-bot \ No newline at end of file diff --git a/pm2 start.sh b/pm2 start.sh new file mode 100644 index 0000000..bdbca0d --- /dev/null +++ b/pm2 start.sh @@ -0,0 +1 @@ +pm2 start index.js --name weibo-hotband-bot \ No newline at end of file diff --git a/pm2 stop.bat b/pm2 stop.bat new file mode 100644 index 0000000..b3c0f7f --- /dev/null +++ b/pm2 stop.bat @@ -0,0 +1,2 @@ +pm2 stop weibo-hotband-bot +pm2 delete weibo-hotband-bot \ No newline at end of file diff --git a/pm2 stop.sh b/pm2 stop.sh new file mode 100644 index 0000000..b3c0f7f --- /dev/null +++ b/pm2 stop.sh @@ -0,0 +1,2 @@ +pm2 stop weibo-hotband-bot +pm2 delete weibo-hotband-bot \ No newline at end of file