Skip to content

Commit ce633c4

Browse files
exec the JVM process so SIGTERMs are propogated
1 parent c8be784 commit ce633c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
entrypoint = pkgs.writeShellScriptBin "entrypoint" ''
7373
export PATH=${pkgs.lib.makeBinPath [pkgs.curl pkgs.git]}
7474
export SSL_CERT_FILE=${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt
75-
${custom-jdk}/bin/agent-graph "$@"
75+
exec ${custom-jdk}/bin/agent-graph "$@"
7676
'';
7777

7878
# the final entrypoint

0 commit comments

Comments
 (0)