Skip to content

Commit

Permalink
nixos/searx: restart uwsgi when searx changes
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Nov 18, 2024
1 parent d32729e commit 942edf2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nixos/modules/services/networking/searx.nix
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,11 @@ in
uwsgi = mkIf cfg.configureUwsgi {
requires = [ "searx-init.service" ];
after = [ "searx-init.service" ];
restartTriggers = [
cfg.environmentFile
cfg.package
cfg.settingsFile
];
};
};

Expand Down

0 comments on commit 942edf2

Please sign in to comment.