mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-25 09:23:41 +00:00
Prometheus: Fix installation via creating the service file (#1416)
This commit is contained in:
parent
26d73317e8
commit
6decf14d2e
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user