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:
parent
95be462d07
commit
01ee2ee2ba
2 changed files with 2 additions and 2 deletions
|
@ -68,7 +68,6 @@ in
|
|||
serviceOpts = {
|
||||
path = [ pkgs.varnish ];
|
||||
serviceConfig = {
|
||||
DynamicUser = true;
|
||||
RestartSec = mkDefault 1;
|
||||
ExecStart = ''
|
||||
${pkgs.prometheus-varnish-exporter}/bin/prometheus_varnish_exporter \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue