We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c41264a commit 466e092Copy full SHA for 466e092
roles/metadata.nix
@@ -41,6 +41,9 @@ in {
41
42
# Not yet available as an attribute for the Unit section in nixpkgs 20.09
43
StartLimitBurst = 3;
44
+
45
+ # Restart every 12 hours until a memory leak is addressed
46
+ RuntimeMaxSec = 12 * 3600;
47
};
48
systemd.services.metadata-webhook.serviceConfig = {
49
Restart = "always";
0 commit comments