This commit is contained in:
Brian Seymour 2020-06-04 19:17:26 -05:00
commit 30556fb45d
7 changed files with 36 additions and 2 deletions

2
lxc/executors/elixir Normal file
View file

@ -0,0 +1,2 @@
cd /tmp/$2
runuser runner$1 -c "cd /tmp/$2 ; cat args.args ; xargs -d '\n' timeout -s KILL 3 elixir code.code"