mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-05-01 21:30:09 +00:00
Prometheus Paperless NGX Exporter: Set correct binary path in systemd unit file (#11438)
Fix #11409
This commit is contained in:
parent
e0593caa02
commit
bc83a37124
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue