Prometheus: Fix installation via creating the service file (#1416)

This commit is contained in:
Andy Grunwald 2025-01-11 09:33:21 +01:00 committed by GitHub
parent 26d73317e8
commit 6decf14d2e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,7 +32,7 @@ echo "${RELEASE}" >/opt/${APPLICATION}_version.txt
msg_ok "Installed Prometheus" msg_ok "Installed Prometheus"
msg_info "Creating Service" msg_info "Creating Service"
cat <<EOF >/etc/systemd/system/prometheus.service" cat <<EOF >/etc/systemd/system/prometheus.service
echo "[Unit] echo "[Unit]
Description=Prometheus Description=Prometheus
Wants=network-online.target Wants=network-online.target