From: Jason A. Donenfeld Date: Sun, 21 Feb 2016 19:13:34 +0000 (+0100) Subject: www-servers/nginx: use the nginx utility command for log reopening X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=3e8c33b631035683ce988e0988a06661524164f5;p=gentoo.git www-servers/nginx: use the nginx utility command for log reopening --- diff --git a/www-servers/nginx/files/nginx.logrotate-r1 b/www-servers/nginx/files/nginx.logrotate-r1 index a78ed7a1a79c..23665e5f204a 100644 --- a/www-servers/nginx/files/nginx.logrotate-r1 +++ b/www-servers/nginx/files/nginx.logrotate-r1 @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -7,6 +7,6 @@ delaycompress sharedscripts postrotate - test -r /run/nginx.pid && kill -USR1 `cat /run/nginx.pid` + nginx -s reopen endscript }