From 4b69efab61679b7076c683f9315b0aa9b7c54e17 Mon Sep 17 00:00:00 2001 From: Julien Moutinho Date: Mon, 26 Aug 2013 20:43:34 +0200 Subject: [PATCH] =?utf8?q?Correction=20:=20=C3=A9vite=20SIGHUP=20pour=20ph?= =?utf8?q?p5-fpm=20pour=20qu'il=20ne=20se=20d=C3=A9tache=20pas=20de=20runi?= =?utf8?q?t?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- etc/sv/php5-fpm/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/sv/php5-fpm/run b/etc/sv/php5-fpm/run index 3646aed..e94fd1a 100755 --- a/etc/sv/php5-fpm/run +++ b/etc/sv/php5-fpm/run @@ -9,6 +9,6 @@ install -d -m 1771 -o php5 -g php5 \ /run/shm/cache/php5/fpm \ /run/shm/tmp/php5 -exec /usr/sbin/php5-fpm \ +exec /usr/bin/nohup /usr/sbin/php5-fpm \ --fpm-config /etc/php5/fpm/php-fpm.conf \ --php-ini /etc/php5/fpm/php.ini -- 2.20.1