From 0e2d7151bd5fac680c441e22d55a58bdf65a652a Mon Sep 17 00:00:00 2001 From: fbt Date: Tue, 15 Sep 2015 12:28:17 +0300 Subject: [PATCH] commented respawn --- init.d/nginx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.d/nginx b/init.d/nginx index 6ea7078..21221a0 100755 --- a/init.d/nginx +++ b/init.d/nginx @@ -1,5 +1,7 @@ #!/usr/bin/env watchman +# For respawn to work, set 'daemon no' in nginx.conf +#service_respawn='true' service_command='/usr/bin/nginx' service_pidfile='/run/nginx.pid'