Prometheus Paperless NGX Exporter: Set correct binary path in systemd unit file (#11438)

Fix #11409
This commit is contained in:
Andy Grunwald
2026-02-01 20:51:30 +01:00
committed by GitHub
parent e0593caa02
commit bc83a37124

View File

@@ -31,7 +31,7 @@ After=network-online.target
User=root
Restart=always
Type=simple
ExecStart=/usr/local/bin/prometheus-paperless-exporter \
ExecStart=/usr/bin/prometheus-paperless-exporter \
--paperless_url=http://paperless.example.org \
--paperless_auth_token_file=/etc/prometheus-paperless-ngx-exporter/paperless_auth_token_file
ExecReload=/bin/kill -HUP \$MAINPID