We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1d781b commit 94b3358Copy full SHA for 94b3358
nix/nginxScript.nix
@@ -6,7 +6,7 @@ let
6
7
export PATH=${openresty}/bin:"$PATH"
8
9
- trap 'jobs -p | xargs kill -9' sigint sigterm exit
+ trap 'killall openresty' sigint sigterm exit
10
11
openresty -p nix/nginx &
12
0 commit comments