From 463a5e3698f6c7614df2a04debc43585884b908a Mon Sep 17 00:00:00 2001
From: tteckster <tteckster@gmail.com>
Date: Sun, 18 Jun 2023 22:24:00 -0400
Subject: [PATCH] Update openobserve-install.sh

start service
---
 install/openobserve-install.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/install/openobserve-install.sh b/install/openobserve-install.sh
index b62e1c07..8da292bf 100644
--- a/install/openobserve-install.sh
+++ b/install/openobserve-install.sh
@@ -49,6 +49,7 @@ Restart=on-failure
 [Install]
 WantedBy=multi-user.target
 EOF
+systemctl enable -q --now openobserve
 msg_ok "Created Service"
 
 motd_ssh