From a9574f08d353d8582b11384314b5a89d8e404041 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 1 Jun 2017 08:51:12 +0000 Subject: community/php5: fix php-fpm init.d script ref #7353 --- community/php5/php-fpm.initd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'community/php5/php-fpm.initd') 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" -- cgit v1.2.3