Skip to content
Snippets Groups Projects
Commit 81b443db authored by ale's avatar ale
Browse files

Merge branch 'buster' into 'master'

Buster compatibility

See merge request ai3/thirdparty/dovecot-exporter!1
parents a5fc4396 29361b74
No related branches found
No related tags found
No related merge requests found
ADDR=:9166 ADDR=:9166
SCOPES=global SCOPES=global
DOVECOT_SOCKET=/var/run/dovecot/old-stats
...@@ -5,7 +5,7 @@ After=dovecot.service ...@@ -5,7 +5,7 @@ After=dovecot.service
[Service] [Service]
Type=simple Type=simple
EnvironmentFile=/etc/default/dovecot-exporter EnvironmentFile=/etc/default/dovecot-exporter
ExecStart=/usr/bin/dovecot-exporter --dovecot.scopes $SCOPES --web.listen-address $ADDR ExecStart=/usr/bin/dovecot-exporter --dovecot.scopes $SCOPES --web.listen-address $ADDR --dovecot.socket-path $DOVECOT_SOCKET
Restart=on-failure Restart=on-failure
User=dovecot User=dovecot
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment