mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-03-13 00:50:01 +00:00
Prometheus Paperless NGX Exporter: Fix double =
in systemd unit file
This commit is contained in:
parent
f78d295c02
commit
018406cf98
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user