From 3f53809869fdd1a4f9d871e517ff0e894fbcbaa4 Mon Sep 17 00:00:00 2001 From: kompotkot Date: Thu, 13 Jul 2023 17:04:28 +0000 Subject: [PATCH] Fixed deploy service file for api --- moonstreamapi/deploy/moonstream.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moonstreamapi/deploy/moonstream.service b/moonstreamapi/deploy/moonstream.service index 820b97f6..d93fce39 100644 --- a/moonstreamapi/deploy/moonstream.service +++ b/moonstreamapi/deploy/moonstream.service @@ -5,7 +5,7 @@ StartLimitIntervalSec=300 StartLimitBurst=3 [Service] -WorkingDirectory=/home/ubuntu/moonstream/moonstreamapi +WorkingDirectory=/home/ubuntu/api/moonstreamapi EnvironmentFile=/home/ubuntu/moonstream-secrets/app.env Restart=on-failure RestartSec=15s