[ARVADOS] updated: 2.1.0-475-g06fac7e36

Git user git at public.arvados.org
Wed Mar 3 14:35:04 UTC 2021


Summary of changes:
 tools/compute-images/scripts/base.sh | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

       via  06fac7e369df875da835e8bab1eff72c5188c9d8 (commit)
      from  99524c2ef7404a20f3933293cb8050bae3e4d4dd (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 06fac7e369df875da835e8bab1eff72c5188c9d8
Author: Javier Bértoli <jbertoli at curii.com>
Date:   Wed Mar 3 11:34:14 2021 -0300

    fix(compute-images): fix sed invokation
    
    refs #17438
    
    Arvados-DCO-1.1-Signed-off-by: Javier Bértoli <jbertoli at curii.com>

diff --git a/tools/compute-images/scripts/base.sh b/tools/compute-images/scripts/base.sh
index be67ffb56..5ec67b92c 100644
--- a/tools/compute-images/scripts/base.sh
+++ b/tools/compute-images/scripts/base.sh
@@ -83,7 +83,10 @@ if [ "x$RESOLVER" != "x" ]; then
   SET_RESOLVER="--dns ${RESOLVER}"
 fi
 
-$SUDO sed "s/ExecStart=\(.*\)/ExecStart=\1 --default-ulimit nofile=10000:10000 ${SET_RESOLVER}/g" > /etc/systemd/system/docker.service
+$SUDO sed "s/ExecStart=\(.*\)/ExecStart=\1 --default-ulimit nofile=10000:10000 ${SET_RESOLVER}/g" \
+  /lib/systemd/system/docker.service \
+  > /etc/systemd/system/docker.service
+
 $SUDO systemctl daemon-reload
 
 # Make sure user_allow_other is set in fuse.conf

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list