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"