mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-11 09:54:36 +00:00
Prometheus: Fix installation via creating the service file (#1416)
This commit is contained in:
parent
26d73317e8
commit
6decf14d2e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue