summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/login.conf1
-rwxr-xr-xetc/rc3
2 files changed, 4 insertions, 0 deletions
diff --git a/etc/login.conf b/etc/login.conf
index eaf82e6..7d26d3a 100644
--- a/etc/login.conf
+++ b/etc/login.conf
@@ -35,6 +35,7 @@ default:\
:maxproc=unlimited:\
:sbsize=unlimited:\
:vmemoryuse=unlimited:\
+ :idletime=unlimited:\
:priority=0:\
:ignoretime@:\
:umask=022:
diff --git a/etc/rc b/etc/rc
index d951c0d..46dc47b 100755
--- a/etc/rc
+++ b/etc/rc
@@ -198,6 +198,9 @@ fi
echo "done."
+# Recreate capabilities DB
+cap_mkdb /etc/login.conf
+
# let the PHP-based configuration subsystem set up the system now
echo -n "Launching PHP init system..."
/etc/rc.bootup
OpenPOWER on IntegriCloud