From 4f699461dbcbc15e46e0f6f4b5dff2f85aee6891 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Wed, 26 Nov 2025 11:26:28 -0500 Subject: [PATCH] debuginfod: mark servers for systemd Restart=always Make long-lived outages of these services less likely. --- files/debuginfod/debuginfod.service.d | 1 + 1 file changed, 1 insertion(+) diff --git a/files/debuginfod/debuginfod.service.d b/files/debuginfod/debuginfod.service.d index 019a2effc2..7902191361 100644 --- a/files/debuginfod/debuginfod.service.d +++ b/files/debuginfod/debuginfod.service.d @@ -1,4 +1,5 @@ [Service] +Restart=always TasksMax=40 CPUAccounting=yes IOAccounting=yes