From 23ffb605e1d1a015a456d5f68019392cf267b16a Mon Sep 17 00:00:00 2001 From: Brian Seymour Date: Tue, 30 Oct 2018 22:53:57 -0500 Subject: [PATCH] add swift --- lxc/executors/swift | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 lxc/executors/swift diff --git a/lxc/executors/swift b/lxc/executors/swift new file mode 100755 index 0000000..cf8e2e0 --- /dev/null +++ b/lxc/executors/swift @@ -0,0 +1,2 @@ +cd /tmp/$2 +runuser -l runner$1 -c "cd /tmp/$2 ; cat args.args | xargs -d '\n' timeout -s KILL 3 swift code.code"