Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package nginx for openSUSE:Factory checked 
in at 2025-05-26 18:32:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nginx (Old)
 and      /work/SRC/openSUSE:Factory/.nginx.new.2732 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nginx"

Mon May 26 18:32:02 2025 rev:99 rq:1279422 version:1.27.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/nginx/nginx.changes      2025-04-20 
20:04:25.124206981 +0200
+++ /work/SRC/openSUSE:Factory/.nginx.new.2732/nginx.changes    2025-05-26 
18:32:57.568925822 +0200
@@ -1,0 +2,5 @@
+Thu May 22 13:53:07 UTC 2025 - Oliver Kurz <ok...@suse.com>
+
+- Changed service to prevent "timed out. Killing" messages on service stopping
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------


++++++ nginx.service ++++++
--- /var/tmp/diff_new_pack.zj7621/_old  2025-05-26 18:32:58.380959868 +0200
+++ /var/tmp/diff_new_pack.zj7621/_new  2025-05-26 18:32:58.384960036 +0200
@@ -9,7 +9,9 @@
 ExecStartPre=/usr/sbin/nginx -t
 ExecStart=/usr/sbin/nginx -g "daemon off;"
 ExecReload=/bin/kill -s HUP $MAINPID
-KillSignal=SIGQUIT
+# Try graceful shutdown first, otherwise forced shutdown to not need to resort
+# to SIGKILL
+ExecStop=/bin/sh -c "kill -s QUIT $MAINPID && waitpid --timeout 3 --exited 
$MAINPID || kill -s TERM $MAINPID"
 TimeoutStopSec=5
 KillMode=mixed
 PrivateTmp=true

Reply via email to