mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-09 12:05:50 +03:00
nixos/renovate: unset service restart (#359403)
This commit is contained in:
commit
854baca4aa
1 changed files with 0 additions and 1 deletions
|
@ -104,7 +104,6 @@ in
|
||||||
Group = "renovate";
|
Group = "renovate";
|
||||||
DynamicUser = true;
|
DynamicUser = true;
|
||||||
LoadCredential = lib.mapAttrsToList (name: value: "SECRET-${name}:${value}") cfg.credentials;
|
LoadCredential = lib.mapAttrsToList (name: value: "SECRET-${name}:${value}") cfg.credentials;
|
||||||
Restart = "on-failure";
|
|
||||||
CacheDirectory = "renovate";
|
CacheDirectory = "renovate";
|
||||||
StateDirectory = "renovate";
|
StateDirectory = "renovate";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue