<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://tech.uvoo.io/index.php?action=history&amp;feed=atom&amp;title=Lxc_disable_autostart</id>
	<title>Lxc disable autostart - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://tech.uvoo.io/index.php?action=history&amp;feed=atom&amp;title=Lxc_disable_autostart"/>
	<link rel="alternate" type="text/html" href="https://tech.uvoo.io/index.php?title=Lxc_disable_autostart&amp;action=history"/>
	<updated>2026-04-07T13:07:54Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.2</generator>
	<entry>
		<id>https://tech.uvoo.io/index.php?title=Lxc_disable_autostart&amp;diff=4219&amp;oldid=prev</id>
		<title>Busk: Created page with &quot;``` #!/bin/bash set -eu  hosts=$(lxc list --format=json | jq -r '.[] | select(.state.status == &quot;Stopped&quot;) | .name')  for i in $hosts; do   echo $i   lxc config set $i boot.aut...&quot;</title>
		<link rel="alternate" type="text/html" href="https://tech.uvoo.io/index.php?title=Lxc_disable_autostart&amp;diff=4219&amp;oldid=prev"/>
		<updated>2023-05-14T21:23:29Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;``` #!/bin/bash set -eu  hosts=$(lxc list --format=json | jq -r &amp;#039;.[] | select(.state.status == &amp;quot;Stopped&amp;quot;) | .name&amp;#039;)  for i in $hosts; do   echo $i   lxc config set $i boot.aut...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;```&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
set -eu&lt;br /&gt;
&lt;br /&gt;
hosts=$(lxc list --format=json | jq -r '.[] | select(.state.status == &amp;quot;Stopped&amp;quot;) | .name')&lt;br /&gt;
&lt;br /&gt;
for i in $hosts; do&lt;br /&gt;
  echo $i&lt;br /&gt;
  lxc config set $i boot.autostart false || true&lt;br /&gt;
done&lt;br /&gt;
```&lt;/div&gt;</summary>
		<author><name>Busk</name></author>
	</entry>
</feed>