From 14a2434378f0f38b6421ff7b1a7af0f9c535a7d9 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Mon, 17 Jan 2022 11:52:31 +0100 Subject: [PATCH] pm2 start with system --- deployment/bare_metal/install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deployment/bare_metal/install.sh b/deployment/bare_metal/install.sh index 924d7c691..c4616d7c7 100755 --- a/deployment/bare_metal/install.sh +++ b/deployment/bare_metal/install.sh @@ -64,6 +64,8 @@ sudo apt-get install -y yarn # Install pm2 sudo yarn global add pm2 +pm2 startup +> execute command output in shell # Install certbot sudo apt-get install -y certbot