summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc')
-rwxr-xr-xetc/rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc b/etc/rc
index 259958f..fc6ef14 100755
--- a/etc/rc
+++ b/etc/rc
@@ -34,7 +34,7 @@ if [ "$PLATFORM" = "embedded" ]; then
fi
if [ "$PLATFORM" = "pfSense" ]; then
- mdmfs -S -M -s 2m md /var/run
+ mdmfs -S -M -s 4m md /var/run
fi
product=`cat /etc/inc/globals.inc | grep product_name | cut -d'"' -f4`
OpenPOWER on IntegriCloud