Update file main.yml

This commit is contained in:
Administrator 2025-11-18 07:10:51 +00:00
parent 2edd629124
commit 0e4f3ab50f

View File

@ -115,9 +115,8 @@
WorkingDirectory=/opt/pve_exporter WorkingDirectory=/opt/pve_exporter
Environment="HOME=/opt/pve_exporter" Environment="HOME=/opt/pve_exporter"
ExecStart=/opt/pve_exporter/venv/bin/pve_exporter \ ExecStart=/opt/pve_exporter/venv/bin/pve_exporter \
--server 0.0.0.0 \ --web.listen-address=0.0.0.0:9223 \
--port 9223 \ --config.file=/opt/pve_exporter/config/config.yml
--config /opt/pve_exporter/config/config.yml
Restart=always Restart=always
RestartSec=10 RestartSec=10
StandardOutput=journal StandardOutput=journal