summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2020-01-22 10:05:57 -0500
committerMichael Orlitzky <mjo@gentoo.org>2020-01-22 12:15:08 -0500
commit355d4102019daaafd9f803bf4435af127e315988 (patch)
tree14d845eef4d5e0555fd059048b8db9307375e8e0 /.gitignore
parentconfigure.ac: use "ustar" format for the release tarballs. (diff)
downloadeselect-php-355d4102019daaafd9f803bf4435af127e315988.tar.gz
eselect-php-355d4102019daaafd9f803bf4435af127e315988.tar.bz2
eselect-php-355d4102019daaafd9f803bf4435af127e315988.zip
src/php-fpm-launcher.in: add php-fpm-launcher wrapper script.
While OpenRC services are powerful enough to compute the selected version of php-fpm, the corresponding systemd services are not and must use a fixed path. The executable at that fixed path must therefore decide which version of php-fpm to run before running it. This commit adds a script to do just that. This script is already present in the app-eselect/eselect-php package, tacked on from $FILESDIR. It's a better fit as part of the repository. Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 97ae412..9bfa566 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@ openrc/init.d/php-fpm
openrc/init.d/php-fpm.in
src/php.eselect
src/php.eselect.in
+src/php-fpm-launcher