[Buildroot] [PATCH 1/1] nginx (S50nginx): Fix stop, reload, restart. Add force-reload.

Peter Korsgaard peter at korsgaard.com
Tue Oct 17 08:58:39 UTC 2017


>>>>> "Thomas" == Thomas Claveirole <thomas.claveirole at green-communications.fr> writes:

 > Fix package/nginx/S50nginx:
 > * On stop, use start-stop-daemon -R 1 to wait for the nginx processes
 >   to actually stop.  This fixes a race condition with restart, where
 >   nginx fails to restart because start is called too early
 >   w.r.t. stop.  (This only works with Debian's start-stop-daemon,
 >   however BusyBox's start-stop-daemon does not fail when given -R; it
 >   just ignores the argument silently).

 > * Implement reload with an actual reload instead of a restart.

 > * Add force-reload.

 > Signed-off-by: Thomas Claveirole <thomas.claveirole at green-communications.fr>

Committed to 2017.08.x, thanks.

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list