modules/ooye: calm yo ass (set restart timer + counter)
All checks were successful
Build topology graph / evals (push) Successful in 3m31s
Eval nix flake / evals (push) Successful in 7m42s

This commit is contained in:
2026-01-21 13:17:16 +09:00
parent 833a74a6fb
commit 7111d00df8

View File

@@ -181,6 +181,9 @@ in
#NoNewPrivileges = true;
#PrivateDevices = true;
Restart = "on-failure";
RestartSec = "5s";
StartLimitIntervalSec = "5s";
StartLimitBurst = "5";
DynamicUser = true;
};
};