Unverified Commit 1d423367 authored by Sandro Jäckel's avatar Sandro Jäckel
Browse files

nixos/searx: don't delete /run/searx/ on init service restarts

parent 8e349705
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -333,6 +333,7 @@ in
            User = "searx";
            RuntimeDirectory = "searx";
            RuntimeDirectoryMode = "750";
            RuntimeDirectoryPreserve = "yes";
          }
          // optionalAttrs (cfg.environmentFile != null) {
            EnvironmentFile = cfg.environmentFile;