summaryrefslogtreecommitdiff
blob: c7cc2e983a01d4c0d7b7bb7c5154dbf433e8d53c (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

source /lib/gentoo/functions.sh

PHPSLOT="${1}"
[ -z "${PHPSLOT}" ] && PHPSLOT="$(eselect php show fpm)"
shift

exec /usr/$(get_libdir)/${PHPSLOT}/bin/php-fpm "${@}"