mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
nixos/prometheus-varnish-exporter: avoid crash on restart
This commit is contained in:
parent
cefd0f7e86
commit
24320f4a9e
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ in
|
|||
path = [ pkgs.varnish ];
|
||||
serviceConfig = {
|
||||
DynamicUser = true;
|
||||
RestartSec = mkDefault 1;
|
||||
ExecStart = ''
|
||||
${pkgs.prometheus-varnish-exporter}/bin/prometheus_varnish_exporter \
|
||||
--web.listen-address ${cfg.listenAddress}:${toString cfg.port} \
|
||||
|
|
Loading…
Reference in a new issue