Skip to content

Commit

Permalink
nixos/searx: don't delete /run/searx/ on init service restarts
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Nov 18, 2024
1 parent d629ead commit cc6a5f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nixos/modules/services/networking/searx.nix
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ in
User = "searx";
RuntimeDirectory = "searx";
RuntimeDirectoryMode = "750";
RuntimeDirectoryPreserve = "yes";
} // optionalAttrs (cfg.environmentFile != null) {
EnvironmentFile = cfg.environmentFile;
};
Expand Down

0 comments on commit cc6a5f3

Please sign in to comment.