Updated scripts/re{boot,start}all.sh (to work on all containers).
authorZoltán Felleg <zoltan.felleg@userrendszerhaz.hu>
Tue, 1 Oct 2024 19:39:32 +0000 (21:39 +0200)
committerZoltán Felleg <zoltan.felleg@userrendszerhaz.hu>
Tue, 1 Oct 2024 19:39:32 +0000 (21:39 +0200)
scripts/rebootall.sh
scripts/restartall.sh

index afe8a13f3044118b2204fb332c987b9dfe9837e0..7d31972af1e998ed06c7ecd5507804cefd1024d7 100755 (executable)
@@ -1,4 +1,4 @@
 #!/bin/sh
 
 
-lxc-autostart --reboot
+lxc-autostart --reboot --all
index 920475a45e2cdefe333848dd378d262a84b4f7d2..38b75e4b7f3819da88af54ba586df4cffcc4b9d4 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
 
 
-lxc-autostart --shutdown -t 300
-lxc-autostart
+lxc-autostart --shutdown --all --timeout 300
+lxc-autostart --all