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

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

exec /usr/lib/${PHPSLOT}/bin/php-fpm "${@}"