feat: add restart policy for abra install service
This commit is contained in:
@@ -563,6 +563,8 @@ isoConfig
|
||||
serviceConfig = {
|
||||
Type = "oneshot";
|
||||
RemainAfterExit = true;
|
||||
Restart = "on-failure";
|
||||
RestartSec = "30s";
|
||||
User = "root";
|
||||
Environment = [
|
||||
"TERM=xterm-256color"
|
||||
|
||||
Reference in New Issue
Block a user