From 4ab2658e02563749a5fce2f4365ee6331ec7c906 Mon Sep 17 00:00:00 2001
From: kompotkot <zenitsws@gmail.com>
Date: Wed, 8 Sep 2021 14:29:46 +0000
Subject: [PATCH] Fixed executable path of moonstreamdb server

---
 db/deploy/moonstreamdb.service | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/db/deploy/moonstreamdb.service b/db/deploy/moonstreamdb.service
index 627a1cb8..70e7dfea 100644
--- a/db/deploy/moonstreamdb.service
+++ b/db/deploy/moonstreamdb.service
@@ -6,7 +6,7 @@ After=network.target
 User=ubuntu
 Group=www-data
 WorkingDirectory=/home/ubuntu/moonstream/db/server
-ExecStart=moonstreamdb
+ExecStart=/home/ubuntu/moonstream/db/server/moonstreamdb
 SyslogIdentifier=moonstreamdb
 
 [Install]