[ARVADOS] updated: 1.3.0-3279-g24203f1ee
Git user
git at public.arvados.org
Wed Oct 7 18:37:55 UTC 2020
Summary of changes:
tools/arvbox/lib/arvbox/docker/runsu.sh | 3 +++
1 file changed, 3 insertions(+)
via 24203f1ee9af616dc3d2974465bc090dbb21eee5 (commit)
from bdabe39ff5360f904de323cd850195237179dcaf (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 24203f1ee9af616dc3d2974465bc090dbb21eee5
Author: Ward Vandewege <ward at curii.com>
Date: Wed Oct 7 14:33:25 2020 -0400
Actually load our custom sysctl.conf entries.
refs #16955
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>
diff --git a/tools/arvbox/lib/arvbox/docker/runsu.sh b/tools/arvbox/lib/arvbox/docker/runsu.sh
index 674b15775..05d11dfde 100755
--- a/tools/arvbox/lib/arvbox/docker/runsu.sh
+++ b/tools/arvbox/lib/arvbox/docker/runsu.sh
@@ -14,6 +14,9 @@ export HOME=$ARVADOS_CONTAINER_PATH
chown arvbox /dev/stderr
+# Load our custom sysctl.conf entries
+/sbin/sysctl -p
+
if test -z "$1" ; then
exec chpst -u arvbox:arvbox:docker $0-service
else
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list