Skip to content

Commit

Permalink
exec the JVM process so SIGTERMs are propogated
Browse files Browse the repository at this point in the history
  • Loading branch information
slimslenderslacks committed Nov 15, 2024
1 parent c8be784 commit ce633c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
entrypoint = pkgs.writeShellScriptBin "entrypoint" ''
export PATH=${pkgs.lib.makeBinPath [pkgs.curl pkgs.git]}
export SSL_CERT_FILE=${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt
${custom-jdk}/bin/agent-graph "$@"
exec ${custom-jdk}/bin/agent-graph "$@"
'';

# the final entrypoint
Expand Down

0 comments on commit ce633c4

Please sign in to comment.