nixos/renovate: unset service restart (#359403)

This commit is contained in:
Sefa Eyeoglu 2024-11-29 15:22:05 +01:00 committed by GitHub
commit 854baca4aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -104,7 +104,6 @@ in
Group = "renovate";
DynamicUser = true;
LoadCredential = lib.mapAttrsToList (name: value: "SECRET-${name}:${value}") cfg.credentials;
Restart = "on-failure";
CacheDirectory = "renovate";
StateDirectory = "renovate";