lxc-auto: step by 1 sec up to $max_timeout
authorJohn Audia <graysky@archlinux.us>
Sun, 19 Sep 2021 18:35:09 +0000 (14:35 -0400)
committerRosen Penev <rosenp@gmail.com>
Sat, 25 Sep 2021 19:37:06 +0000 (12:37 -0700)
commit7984d2d74a2fd83f036310888ad7486bff655c5a
tree2da03cc2e6f02e9bcf1832046e910a807a63fd16
parent7259eea63fcbeb0955c8f390562c88590a3e1ae7
lxc-auto: step by 1 sec up to $max_timeout

If the user defines a $max_timeout of 30, the service will wait 30 seconds
before it considers lxc-stop complete even though lxc-stop might actually
finish much sooner.  This introduces an unneeded delay.

This commit changes the behavior to check once per second to see when lxc-stop
actually stops doing so up to $max_timeout.  It also slightly simplifies the
code with logic to append the -t $max_timeout to the script.

Signed-off-by: John Audia <graysky@archlinux.us>
utils/lxc/files/lxc-auto.init