use login shell again since rust breaks without it

This commit is contained in:
Brian Seymour 2021-02-18 16:29:04 -06:00
parent f358b58cb6
commit 2ca831f822
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ lxc-attach --clear-env -n piston -- \
# runner
timeout -s KILL 20 \
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
lxc-attach --clear-env -n piston -- \