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]