feat: add restart policy for abra install service

This commit is contained in:
2025-09-17 17:35:58 +02:00
parent b3ec5886e3
commit 684f6b1a54

View File

@@ -563,6 +563,8 @@ isoConfig
serviceConfig = { serviceConfig = {
Type = "oneshot"; Type = "oneshot";
RemainAfterExit = true; RemainAfterExit = true;
Restart = "on-failure";
RestartSec = "30s";
User = "root"; User = "root";
Environment = [ Environment = [
"TERM=xterm-256color" "TERM=xterm-256color"