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"