From 7111d00df8a9dc94c43a0e1554a6272c3a4ca6f4 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Wed, 21 Jan 2026 13:17:16 +0900 Subject: [PATCH] modules/ooye: calm yo ass (set restart timer + counter) --- modules/matrix-ooye.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/matrix-ooye.nix b/modules/matrix-ooye.nix index 9953bd3..071e8f6 100644 --- a/modules/matrix-ooye.nix +++ b/modules/matrix-ooye.nix @@ -181,6 +181,9 @@ in #NoNewPrivileges = true; #PrivateDevices = true; Restart = "on-failure"; + RestartSec = "5s"; + StartLimitIntervalSec = "5s"; + StartLimitBurst = "5"; DynamicUser = true; }; };