summaryrefslogtreecommitdiff
path: root/modules/certspotter.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/certspotter.nix')
-rw-r--r--modules/certspotter.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/certspotter.nix b/modules/certspotter.nix
index 2bcc5a0d..8d49b9e9 100644
--- a/modules/certspotter.nix
+++ b/modules/certspotter.nix
@@ -39,7 +39,7 @@ in {
39 ExecStart = "${cfg.package}/bin/certspotter -state_dir $STATE_DIRECTORY ${escapeShellArgs startOptions}"; 39 ExecStart = "${cfg.package}/bin/certspotter -state_dir $STATE_DIRECTORY ${escapeShellArgs startOptions}";
40 StateDirectory = "certspotter"; 40 StateDirectory = "certspotter";
41 LogsDirectory = "certspotter"; 41 LogsDirectory = "certspotter";
42 StandardOutput = "append:/var/log/certspotter/certspotter.log"; 42 StandardOutput = "append:$LOGS_DIRECTORY/certspotter.log";
43 DynamicUser = true; 43 DynamicUser = true;
44 }; 44 };
45 }; 45 };