Updated activation script. Fixed typo.

This commit is contained in:
Raphaël Numbus
2026-01-09 10:54:31 +01:00
parent 2e1ba1c0ff
commit 2760c8b32f
3 changed files with 27 additions and 11 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ TRAEFIK_REF_NETWORKS
systemd.services.traefik = {
description = "Podman container : ${container_name}";
after = [ "network.target" ];
after = [ "network.target" "numbus-activation.service" ];
wantedBy = [ "multi-user.target" ];
serviceConfig = {