lxc-forgejo: Enable --quiet for 'systemctl enable'

This commit is contained in:
barremian 2024-05-30 05:56:58 +02:00
parent 710f92871a
commit 2a4097d663
No known key found for this signature in database
GPG key ID: 96E431287CDD3E4A

View file

@ -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