This commit is contained in:
Shelvacu
2025-05-10 23:33:26 -07:00
committed by Shelvacu on fw
parent b53184aaa3
commit 329b6a20bf

View File

@@ -237,7 +237,7 @@ in
''}
GENIEACS_UI_JWT_SECRET="$(cat "$jwt_path")"
export GENIEACS_UI_JWT_SECRET
exec ${cfg.package}/bin/genieacs-ui
${pkgs.strace}/bin/strace ${cfg.package}/bin/genieacs-ui
'';
serviceConfig.BindPaths = [ (builtins.dirOf cfg.jwtSecret.path) ];
};