From: Zoltán Felleg Date: Tue, 1 Oct 2024 19:39:32 +0000 (+0200) Subject: Updated scripts/re{boot,start}all.sh (to work on all containers). X-Git-Url: http://git.useribm.hu/?a=commitdiff_plain;h=069abe3c9c82afee58038fe5fca94e5e67663121;p=user-lxc.git Updated scripts/re{boot,start}all.sh (to work on all containers). --- diff --git a/scripts/rebootall.sh b/scripts/rebootall.sh index afe8a13..7d31972 100755 --- a/scripts/rebootall.sh +++ b/scripts/rebootall.sh @@ -1,4 +1,4 @@ #!/bin/sh -lxc-autostart --reboot +lxc-autostart --reboot --all diff --git a/scripts/restartall.sh b/scripts/restartall.sh index 920475a..38b75e4 100755 --- a/scripts/restartall.sh +++ b/scripts/restartall.sh @@ -1,5 +1,5 @@ #!/bin/sh -lxc-autostart --shutdown -t 300 -lxc-autostart +lxc-autostart --shutdown --all --timeout 300 +lxc-autostart --all