From 4c4a188cbb70edf0d2b267be4ce19f43cf400f46 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 30 May 2025 13:33:28 +0200 Subject: [PATCH] Cambios --- install_proxmox_exporters.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_proxmox_exporters.sh b/install_proxmox_exporters.sh index c4f2688..62f6de4 100755 --- a/install_proxmox_exporters.sh +++ b/install_proxmox_exporters.sh @@ -68,7 +68,7 @@ After=network.target [Service] WorkingDirectory=$EXPORTERS_DIR/prometheus-pve-exporter -ExecStart=$EXPORTERS_DIR/prometheus-pve-exporter/venv/bin/prometheus-pve-exporter -c config.yaml +ExecStart=$EXPORTERS_DIR/prometheus-pve-exporter/venv/bin/pve_exporter --config.file config.yaml Restart=on-failure [Install]