From f1bc83f059e0003008afe4a405e384d0fefc037d Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Tue, 14 Apr 2026 17:09:38 +0200 Subject: [PATCH] Update certimate-install.sh --- install/certimate-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/certimate-install.sh b/install/certimate-install.sh index 287cbaeb..e444b2eb 100644 --- a/install/certimate-install.sh +++ b/install/certimate-install.sh @@ -16,7 +16,7 @@ update_os fetch_and_deploy_gh_release "certimate" "certimate-go/certimate" "prebuild" "latest" "/opt/certimate" "certimate_*_linux_amd64.zip" msg_info "Creating Service" -cat </etc/systemd/system/certimate.service +cat <<'EOF' >/etc/systemd/system/certimate.service [Unit] Description=Certimate SSL Certificate Manager After=network.target @@ -25,7 +25,7 @@ After=network.target Type=simple User=root WorkingDirectory=/opt/certimate -ExecStart=/opt/certimate/certimate serve +ExecStart=/opt/certimate/certimate serve --http "0.0.0.0:8090" Restart=on-failure RestartSec=5