guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#28769] [PATCH] gnu: services: Add php-fpm.


From: nee
Subject: [bug#28769] [PATCH] gnu: services: Add php-fpm.
Date: Tue, 24 Oct 2017 00:26:35 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0

Hello again,
I fixed the empty log-file. Here are the updated patches.

The problem was this line:
>+                        "--nodaemonize" "-p" "/var" "--fpm-config"

When --nodaemonize is set, the log is printed to stdout instead.
I also removed -p "/var". It is not required when the log, pid and
socket locations are defined in the config.
Both were caused, because I didn't use pid-files from the start.

Happy Hacking!

Attachment: 0001-guix-utils-add-version-major.patch
Description: Text Data

Attachment: 0002-gnu-services-Add-php-fpm.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]