mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-08 11:16:27 +02:00
use login shell again since rust breaks without it
This commit is contained in:
parent
f358b58cb6
commit
2ca831f822
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ lxc-attach --clear-env -n piston -- \
|
||||||
# runner
|
# runner
|
||||||
timeout -s KILL 20 \
|
timeout -s KILL 20 \
|
||||||
lxc-attach --clear-env -n piston -- \
|
lxc-attach --clear-env -n piston -- \
|
||||||
/bin/bash -c "runuser runner$runner /exec/$language $id"
|
/bin/bash -l -c "runuser runner$runner /exec/$language $id"
|
||||||
|
|
||||||
# process janitor
|
# process janitor
|
||||||
lxc-attach --clear-env -n piston -- \
|
lxc-attach --clear-env -n piston -- \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue