Prometheus Paperless NGX Exporter: Fix double = in systemd unit file

This commit is contained in:
Andy Grunwald 2025-02-07 22:59:19 +01:00
parent f78d295c02
commit 018406cf98
No known key found for this signature in database
GPG Key ID: 4DF3757FE7EB0B6E

View File

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