Get podman containers as services working. Added verbosity for the postrun_action to debug

This commit is contained in:
Raphaël Numbus
2026-01-09 15:57:29 +01:00
parent 92fa21df1f
commit 491c56909e
10 changed files with 30 additions and 11 deletions
+3 -1
View File
@@ -57,8 +57,10 @@ in
systemd.services.${container_name} = {
description = "Podman container : ${container_name}";
after = [ "network.target" "traefik.service" ];
after = [ "network.target" ];
requires = [ "traefik.service" ];
wantedBy = [ "multi-user.target" ];
path = [ pkgs.podman ];
serviceConfig = {
User = "numbus-admin";