nixos/prometheus: use the non-alias path for dovecot exporter (#380619)
This commit is contained in:
@@ -89,7 +89,7 @@ in
|
||||
serviceConfig = {
|
||||
DynamicUser = false;
|
||||
ExecStart = ''
|
||||
${pkgs.prometheus-dovecot-exporter}/bin/dovecot_exporter \
|
||||
${lib.getExe pkgs.dovecot_exporter} \
|
||||
--web.listen-address ${cfg.listenAddress}:${toString cfg.port} \
|
||||
--web.telemetry-path ${cfg.telemetryPath} \
|
||||
--dovecot.socket-path ${escapeShellArg cfg.socketPath} \
|
||||
|
||||
Reference in New Issue
Block a user