diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2019-11-26 11:44:21 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2019-11-26 14:04:36 +0200 |
commit | ba40e1fe0683c8e6b24b2060a1acd07e6fca0d3f (patch) | |
tree | efa79a4f1ffbf467f1d19364c80e0120763ab292 /doc/guix.texi | |
parent | 0d455d9865c1bfd21a9415aa8515e75058dd7ee5 (diff) | |
download | patches-ba40e1fe0683c8e6b24b2060a1acd07e6fca0d3f.tar patches-ba40e1fe0683c8e6b24b2060a1acd07e6fca0d3f.tar.gz |
doc: Fix typo.
* doc/guix.texi (php-fpm-service-type): Note that the socket-group
default is "nagios" and not "php-fpm".
Diffstat (limited to 'doc/guix.texi')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index a64b0fb84c..23a30ce553 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -20360,7 +20360,7 @@ User who will own the php worker processes. Group of the worker processes. @item @code{socket-user} (default: @code{php-fpm}) User who can speak to the php-fpm socket. -@item @code{socket-group} (default: @code{php-fpm}) +@item @code{socket-group} (default: @code{nginx}) Group that can speak to the php-fpm socket. @item @code{pid-file} (default: @code{(string-append "/var/run/php" (version-major (package-version php)) "-fpm.pid")}) The process id of the php-fpm process is written to this file |