Actually load our custom sysctl.conf entries.
authorWard Vandewege <ward@curii.com>
Wed, 7 Oct 2020 18:33:25 +0000 (14:33 -0400)
committerWard Vandewege <ward@curii.com>
Wed, 7 Oct 2020 18:33:25 +0000 (14:33 -0400)
refs #16955

Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward@curii.com>

tools/arvbox/lib/arvbox/docker/runsu.sh

index 674b15775564c5a4fcedffd01c50b8a9aa57b4b5..05d11dfde8121eb364dabc193185e4ba7fe4162c 100755 (executable)
@@ -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