Bugfixes.

This commit is contained in:
Raphaël Numbus
2026-02-25 23:13:27 +01:00
parent 2a3a2f3832
commit d8056117de
9 changed files with 5 additions and 7 deletions
+1
View File
@@ -110,6 +110,7 @@ ${concatStringsSep "\n" (map (m: " - ${m}") middlewares)}
path = [ pkgs.podman pkgs.podman-compose pkgs.coreutils pkgs.sudo ];
serviceConfig = {
Type = "exec";
TimeoutStartSec = "1000";
ExecStartPre = [
"${pkgs.bash}/bin/bash -c 'sleep $((RANDOM % ${toString startDelay}))'"
"${pkgs.sudo}/bin/sudo -u numbus-admin podman-compose ${envFileArg} -f /etc/podman/${name}/compose.yaml pull"