Fixed frigate systemD settings.
This commit is contained in:
@@ -55,8 +55,8 @@ in
|
|||||||
|
|
||||||
systemd.services.${container_name} = {
|
systemd.services.${container_name} = {
|
||||||
description = "Podman container : ${container_name}";
|
description = "Podman container : ${container_name}";
|
||||||
after = [ "network.target" ];
|
after = [ "network.target" "traefik.service" ];
|
||||||
wantedBy = [ "multi-user.target" "traefik.service" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
|
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
User = "numbus-admin";
|
User = "numbus-admin";
|
||||||
|
|||||||
Reference in New Issue
Block a user