recylcarr: restart service after config change
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user