+28
-19
nixos/modules/services/web-servers/varnish/default.nix
+28
-19
nixos/modules/services/web-servers/varnish/default.nix
·········-Directory holding all state for Varnish to run. Note that this should be a tmpfs in order to avoid performance issues and crashes.···-ExecStart = "${cfg.package}/sbin/varnishd -a ${cfg.http_address} -n ${cfg.stateDir} -F ${cfg.extraCommandLine} ${commandLine}";+ExecStart = "${cfg.package}/sbin/varnishd -a ${cfg.http_address} -n ${stateDir} -F ${cfg.extraCommandLine} ${commandLine}";
+6
-2
nixos/tests/varnish.nix
+6
-2
nixos/tests/varnish.nix
···
+1
-1
pkgs/servers/varnish/default.nix
+1
-1
pkgs/servers/varnish/default.nix
···