summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xetc/rc.php-fpm_restart2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.php-fpm_restart b/etc/rc.php-fpm_restart
index 41c8df2..79ae41d 100755
--- a/etc/rc.php-fpm_restart
+++ b/etc/rc.php-fpm_restart
@@ -8,7 +8,7 @@ sleep 2
# /usr/local/etc/php.ini and /usr/local/lib/php.ini
/etc/rc.conf_mount_rw
/etc/rc.php_ini_setup 2>/tmp/php_errors.txt
-/etc/rc.conf_mount_rw
+/etc/rc.conf_mount_ro
echo ">>> Restarting php-fpm" | /usr/bin/logger -p daemon.info -i -t rc.php-fpm_restart
echo ">>> Starting php-fpm"
/usr/local/sbin/php-fpm -c /usr/local/lib/php.ini -y /usr/local/lib/php-fpm.conf -RD 2>&1 >/dev/null
OpenPOWER on IntegriCloud