0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

nixos/test: fix prometheus-{bind,varnish}-exporter tests

This commit is contained in:
WilliButz 2019-07-17 14:17:58 +02:00
parent 95be462d07
commit 01ee2ee2ba
No known key found for this signature in database
GPG key ID: 92582A10F1179CB2
2 changed files with 2 additions and 2 deletions

View file

@ -68,7 +68,6 @@ in
serviceOpts = {
path = [ pkgs.varnish ];
serviceConfig = {
DynamicUser = true;
RestartSec = mkDefault 1;
ExecStart = ''
${pkgs.prometheus-varnish-exporter}/bin/prometheus_varnish_exporter \