diff --git a/scripts/runMainnet.sh b/scripts/runMainnet.sh index 83c618c388..cbf326e392 100644 --- a/scripts/runMainnet.sh +++ b/scripts/runMainnet.sh @@ -51,4 +51,4 @@ echo "All env vars are set." # PM2 runs on the fall back path when using CodeDeploy agent and we can run with the given fall back path export PM2_HOME=/etc/.pm2 sudo -E pm2 delete all # Delete any running app -sudo -E pm2 start "node ${app_dir}/dist/index.js --relayer --wallet awskms --keys "relayerKey"" \ No newline at end of file +sudo -E pm2 start --name "lisk-across-relayer" "node ${app_dir}/dist/index.js --relayer --wallet awskms --keys "relayerKey"" \ No newline at end of file diff --git a/scripts/runSepolia.sh b/scripts/runSepolia.sh index f32f71e2c9..398ad98d06 100644 --- a/scripts/runSepolia.sh +++ b/scripts/runSepolia.sh @@ -53,4 +53,4 @@ echo "All env vars are set." # PM2 runs on the fall back path when using CodeDeploy agent and we can run with the given fall back path export PM2_HOME=/etc/.pm2 sudo -E pm2 delete all # Delete any running app -sudo -E pm2 start "node ${app_dir}/dist/index.js --relayer --wallet awskms --keys "relayerKey"" \ No newline at end of file +sudo -E pm2 start --name "lisk-across-relayer" "node ${app_dir}/dist/index.js --relayer --wallet awskms --keys "relayerKey"" \ No newline at end of file diff --git a/scripts/runSepoliaSimulationMode.sh b/scripts/runSepoliaSimulationMode.sh index de8d9d2e30..10557b743b 100644 --- a/scripts/runSepoliaSimulationMode.sh +++ b/scripts/runSepoliaSimulationMode.sh @@ -53,4 +53,4 @@ echo "All env vars are set." # PM2 runs on the fall back path when using CodeDeploy agent and we can run with the given fall back path export PM2_HOME=/etc/.pm2 sudo -E pm2 delete all # Delete any running app -sudo -E pm2 start "node ${app_dir}/dist/index.js --relayer --wallet awskms --keys "relayerKey"" \ No newline at end of file +sudo -E pm2 start --name "lisk-across-relayer" "node ${app_dir}/dist/index.js --relayer --wallet awskms --keys "relayerKey"" \ No newline at end of file