container fixes

This commit is contained in:
soraefir
2026-06-21 17:57:12 +02:00
parent a34135d5a7
commit c357d13b21
2 changed files with 6 additions and 3 deletions
+3 -2
View File
@@ -90,7 +90,7 @@ in {
value = {
description = "Run ${e.name} setup";
after = [ "podman-${e.name}-${e.trigger}.service" ];
wants = [ "podman-${e.name}-${e.trigger}.service" ];
# wants = [ "podman-${e.name}-${e.trigger}.service" ];
partOf = [ "podman-${e.name}-${e.trigger}.service" ];
wantedBy = [ "multi-user.target" ];
restartTriggers = [ e.script ];
@@ -98,7 +98,8 @@ in {
Type = "simple";
Restart = "on-failure";
RestartSec = "15s";
TimeoutStartSec = "360s";
# TimeoutStartSec = "360s";
TimeoutStartSec = "30s";
EnvironmentFile = e.envFile;
ExecStart = e.script;
RemainAfterExit = true;