nixos/prometheus-varnish-exporter: avoid crash on restart

This commit is contained in:
WilliButz 2018-10-08 16:28:35 +02:00
parent cefd0f7e86
commit 24320f4a9e
No known key found for this signature in database
GPG key ID: 92582A10F1179CB2

View file

@ -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} \