nixos/traefik: add WorkingDirectory (#432214)

This commit is contained in:
Adam C. Stephens 2025-08-11 07:50:10 -04:00 committed by GitHub
commit af7f652b8d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -152,6 +152,7 @@ in
ProtectSystem = "full";
ReadWritePaths = [ cfg.dataDir ];
RuntimeDirectory = "traefik";
WorkingDirectory = cfg.dataDir;
};
};