mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 03:44:13 -04:00
17 lines
532 B
Plaintext
17 lines
532 B
Plaintext
$NetBSD: patch-sapi_fpm_php-fpm.conf.in,v 1.2 2013/07/12 00:07:04 taca Exp $
|
|
|
|
Uncomment the pid parameter so the pidfile is created and rc.d script
|
|
can really start / stop php-fpm
|
|
|
|
--- sapi/fpm/php-fpm.conf.in.orig 2013-07-10 17:43:08.000000000 +0000
|
|
+++ sapi/fpm/php-fpm.conf.in
|
|
@@ -22,7 +22,7 @@
|
|
; Pid file
|
|
; Note: the default prefix is @EXPANDED_LOCALSTATEDIR@
|
|
; Default Value: none
|
|
-;pid = run/php-fpm.pid
|
|
+pid = run/php-fpm.pid
|
|
|
|
; Error log file
|
|
; If it's set to "syslog", log is sent to syslogd instead of being written
|