summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/certspotter.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/certspotter.nix b/modules/certspotter.nix
index 602e6aee..8005230f 100644
--- a/modules/certspotter.nix
+++ b/modules/certspotter.nix
@@ -25,7 +25,7 @@ let
25 runtimeInputs = [ pkgs.coreutils cfg.package ]; 25 runtimeInputs = [ pkgs.coreutils cfg.package ];
26 text = '' 26 text = ''
27 rm -f "''${STATE_DIRECTORY}/lock" 27 rm -f "''${STATE_DIRECTORY}/lock"
28 certspotter -state_dir "''${STATE_DIRECTORY}" ${escapeShellArgs startOptions} 28 exec certspotter -state_dir "''${STATE_DIRECTORY}" ${escapeShellArgs startOptions}
29 ''; 29 '';
30 }; 30 };
31in { 31in {