commit: ebd358e0aaa62b455d1eb318f509bb1804fe3285 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Sat Apr 11 20:45:27 2020 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Sat Apr 11 21:10:37 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebd358e0
www-servers/nginx: add workaround for race-condition on systemd Closes: https://bugs.gentoo.org/716700 Package-Manager: Portage-2.3.98, Repoman-2.3.22 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org> www-servers/nginx/files/nginx.service-r1 | 1 + 1 file changed, 1 insertion(+) diff --git a/www-servers/nginx/files/nginx.service-r1 b/www-servers/nginx/files/nginx.service-r1 index 797c7edffaf..e160af7625b 100644 --- a/www-servers/nginx/files/nginx.service-r1 +++ b/www-servers/nginx/files/nginx.service-r1 @@ -7,6 +7,7 @@ Type=forking PIDFile=/run/nginx.pid ExecStartPre=/usr/sbin/nginx -t ExecStart=/usr/sbin/nginx +ExecStartPost=/bin/sleep 0.1 ExecReload=/bin/kill -HUP $MAINPID ExecStop=/bin/kill -QUIT $MAINPID
