aboutsummaryrefslogtreecommitdiffstats
path: root/main/php5/php-fpm.initd
diff options
context:
space:
mode:
Diffstat (limited to 'main/php5/php-fpm.initd')
-rw-r--r--main/php5/php-fpm.initd2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/php5/php-fpm.initd b/main/php5/php-fpm.initd
index 814c2bb264..f778c055bd 100644
--- a/main/php5/php-fpm.initd
+++ b/main/php5/php-fpm.initd
@@ -1,7 +1,7 @@
#!/sbin/openrc-run
name="PHP FastCGI Process Manager"
-cfgfile="/etc/php/php-fpm.conf"
+cfgfile="/etc/php5/php-fpm.conf"
pidfile="/var/run/php-fpm.pid"
command="/usr/bin/php-fpm"
command_args="--fpm-config $cfgfile --pid $pidfile"