summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-01-11 21:00:59 +0545
committerRenato Botelho <garga@FreeBSD.org>2015-01-12 11:50:10 -0200
commit0c5e61b15519daa24d42c28d59d77daec8101efe (patch)
tree40bb641016a0b0d86ca934d0d2b2fc900afa5ac6
parent3fbfbe902e3bbc31a250bf23b3d012f7ae3e40e0 (diff)
downloadpfsense-0c5e61b15519daa24d42c28d59d77daec8101efe.zip
pfsense-0c5e61b15519daa24d42c28d59d77daec8101efe.tar.gz
Fix cut paste brain fade
-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