More boring tricks about commands getting stuck forever..

This commit is contained in:
Alexandre Aubin 2023-02-08 19:51:32 +01:00
parent 777cf44727
commit 38549cd336

View file

@ -252,5 +252,5 @@ CLEAN_SWAPFILES() {
}
RUN_INSIDE_LXC() {
timeout 300 lxc exec $LXC_NAME -- "$@"
timeout --signal TERM 300 lxc exec $LXC_NAME -- "$@"
}