From 2a4097d66379f0c33dd1045e24c4bbc5ec5cc31e Mon Sep 17 00:00:00 2001
From: barremian <machinetime77@gmail.com>
Date: Thu, 30 May 2024 05:56:58 +0200
Subject: [PATCH] lxc-forgejo: Enable --quiet for 'systemctl enable'

---
 install/forgejo-install.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install/forgejo-install.sh b/install/forgejo-install.sh
index f1d30f51..7dda1168 100644
--- a/install/forgejo-install.sh
+++ b/install/forgejo-install.sh
@@ -57,7 +57,7 @@ Environment=USER=git HOME=/home/git GITEA_WORK_DIR=/var/lib/forgejo
 [Install]
 WantedBy=multi-user.target
 EOF
-$STD systemctl enable --now forgejo
+$STD systemctl enable -q --now forgejo
 msg_ok "Created Service"
 
 motd_ssh