Swap "WINCH" for "SIGWINCH" (which fixes containerd's ability to use this value)

This commit is contained in:
Tianon Gravi 2019-11-27 15:13:41 -08:00
parent 338122b4b2
commit 4faace9746
2 changed files with 2 additions and 2 deletions

View File

@ -158,7 +158,7 @@ RUN set -eux; \
httpd -v
# https://httpd.apache.org/docs/2.4/stopping.html#gracefulstop
STOPSIGNAL WINCH
STOPSIGNAL SIGWINCH
COPY httpd-foreground /usr/local/bin/

View File

@ -149,7 +149,7 @@ RUN set -eux; \
httpd -v
# https://httpd.apache.org/docs/2.4/stopping.html#gracefulstop
STOPSIGNAL WINCH
STOPSIGNAL SIGWINCH
COPY httpd-foreground /usr/local/bin/