aboutsummaryrefslogtreecommitdiffstats
path: root/community/php5/php-fpm.initd
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2017-06-01 08:51:12 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-06-01 10:52:45 +0200
commitc11d515dc82a37c73e70ea05d7c2337985f83b9a (patch)
tree7731939adfc6905459b9589ed7056aedd96c61f6 /community/php5/php-fpm.initd
parentdfa7d220828b373c8d45ea627ea5b37dee28fcb7 (diff)
downloadaports-c11d515dc82a37c73e70ea05d7c2337985f83b9a.tar.bz2
aports-c11d515dc82a37c73e70ea05d7c2337985f83b9a.tar.xz
community/php5: fix php-fpm init.d script
fixes #7353
Diffstat (limited to 'community/php5/php-fpm.initd')
-rw-r--r--community/php5/php-fpm.initd2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/php5/php-fpm.initd b/community/php5/php-fpm.initd
index 9f091e7645..a9c74b9bc7 100644
--- a/community/php5/php-fpm.initd
+++ b/community/php5/php-fpm.initd
@@ -8,7 +8,7 @@
: ${name:="PHP FastCGI Process Manager"}
-command="/usr/bin/php-fpm"
+command="/usr/bin/php-fpm5"
command_background="yes"
start_stop_daemon_args="--quiet"
pidfile="/run/$RC_SVCNAME/php-fpm.pid"