recylcarr: restart service after config change

This commit is contained in:
2026-04-01 15:25:31 -04:00
parent 1bb0844649
commit f775f22dbf

View File

@@ -202,8 +202,9 @@ in
};
};
# Add secrets generation before recyclarr runs
# Re-sync immediately on deploy when the recyclarr config changes
systemd.services.recyclarr = {
restartTriggers = [ (builtins.toJSON config.services.recyclarr.configuration) ];
after = [
"network-online.target"
"radarr.service"