summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-01-11 21:00:59 +0545
committerPhil Davis <phil.davis@inf.org>2015-01-11 21:00:59 +0545
commit2d375e8156558815bb8d81099029a0119f9bf150 (patch)
treef7c755b677dd0b4a37875bdcb5d254be3027c704 /etc
parent1d8c79cc1e80c3e757e4fb8a3147fb968c751b47 (diff)
downloadpfsense-2d375e8156558815bb8d81099029a0119f9bf150.zip
pfsense-2d375e8156558815bb8d81099029a0119f9bf150.tar.gz
Fix cut paste brain fade
Diffstat (limited to 'etc')
-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