php: php-fpm sv

This commit is contained in:
Eivind Uggedal 2015-01-19 22:15:22 +00:00
parent 24faf53ffa
commit ca92b3d239
2 changed files with 5 additions and 1 deletions

3
srcpkgs/php/files/php-fpm/run Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
exec php-fpm --nodaemonize

View file

@ -1,7 +1,7 @@
# Template build file for 'php'
pkgname=php
version=5.6.4
revision=2
revision=3
short_desc="An HTML-embedded scripting language"
license="PHP"
homepage="http://www.php.net"
@ -221,6 +221,7 @@ php-fpm_package() {
vinstall ${FILESDIR}/php-fpm.tmpfiles 644 usr/lib/tmpfiles.d php-fpm.conf
vinstall ${FILESDIR}/php-fpm.service 644 usr/lib/systemd/system
fi
vsv php-fpm
}
}