Get podman containers as services working. Added verbosity for the postrun_action to debug
This commit is contained in:
@@ -44,8 +44,10 @@ TRAEFIK_REF_NETWORKS
|
||||
|
||||
systemd.services.traefik = {
|
||||
description = "Podman container : ${container_name}";
|
||||
after = [ "network.target" "numbus-activation-networked.service" "numbus-activation-chowned.service" ];
|
||||
after = [ "network.target" ];
|
||||
requires = [ "numbus-activation-networked.service" "numbus-activation-chowned.service" ];
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
path = [ pkgs.podman ];
|
||||
|
||||
serviceConfig = {
|
||||
User = "numbus-admin";
|
||||
|
||||
Reference in New Issue
Block a user