From 6decf14d2e534039fdaffe60d65c2749d0800dbe Mon Sep 17 00:00:00 2001 From: Andy Grunwald Date: Sat, 11 Jan 2025 09:33:21 +0100 Subject: [PATCH] Prometheus: Fix installation via creating the service file (#1416) --- install/prometheus-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/prometheus-install.sh b/install/prometheus-install.sh index 959b1602a..294e9363a 100644 --- a/install/prometheus-install.sh +++ b/install/prometheus-install.sh @@ -32,7 +32,7 @@ echo "${RELEASE}" >/opt/${APPLICATION}_version.txt msg_ok "Installed Prometheus" msg_info "Creating Service" -cat </etc/systemd/system/prometheus.service" +cat </etc/systemd/system/prometheus.service echo "[Unit] Description=Prometheus Wants=network-online.target