From 684f6b1a5488692660737e7c4b4bd6fdabc9d138 Mon Sep 17 00:00:00 2001 From: Michael Czechowski Date: Wed, 17 Sep 2025 17:35:58 +0200 Subject: [PATCH] feat: add restart policy for abra install service --- common.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common.nix b/common.nix index 9b33888..fcb0ee4 100644 --- a/common.nix +++ b/common.nix @@ -563,6 +563,8 @@ isoConfig serviceConfig = { Type = "oneshot"; RemainAfterExit = true; + Restart = "on-failure"; + RestartSec = "30s"; User = "root"; Environment = [ "TERM=xterm-256color"