diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2020-01-22 12:19:33 -0500 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2020-01-22 17:44:15 -0500 |
commit | 5e69b74fc8c9542faa6891c56b736f1d73da3202 (patch) | |
tree | f0a8c1bb4ab1b2cca4027db2ba8eb67aa351ffd4 /src | |
parent | src/php-fpm-launcher.in: add php-fpm-launcher wrapper script. (diff) | |
download | eselect-php-5e69b74fc8c9542faa6891c56b736f1d73da3202.tar.gz eselect-php-5e69b74fc8c9542faa6891c56b736f1d73da3202.tar.bz2 eselect-php-5e69b74fc8c9542faa6891c56b736f1d73da3202.zip |
src/php-fpm.conf: move the php-fpm tmpfiles.d entry "upstream."
The tmpfiles.d entry for php-fpm creates one "runstate" directory for
all slots of php-fpm. Since none of that depends on the currently
selected slot, we ship it as part of eselect-php rather than
dev-lang/php which would either install one copy for each slot.
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/php-fpm.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/php-fpm.conf b/src/php-fpm.conf new file mode 100644 index 0000000..a49ba7b --- /dev/null +++ b/src/php-fpm.conf @@ -0,0 +1,5 @@ +# tmpfiles.d entry for php-fmp +# +# When autoconf-2.70 is released and --runstatedir is supported, +# we should change this /run to @RUNSTATEDIR@. +d /run/php-fpm 755 root root |