1
0
mirror of https://github.com/lxc/incus.git synced 2026-02-05 09:46:19 +01:00

doc: Update configs

Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
This commit is contained in:
Stéphane Graber
2025-12-26 13:50:48 -05:00
parent 81399c2731
commit 8d6d705ee4
2 changed files with 2 additions and 2 deletions

View File

@@ -1754,7 +1754,7 @@ If set to `true` will attempt up to 10 restarts over a 1 minute period upon unex
:liveupdate: "no"
:shortdesc: "Whether to always start the instance when the daemon starts"
:type: "bool"
If set to `false`, restore the last state.
If unset or set to `last-state`, restores the last state.
```
```{config:option} boot.autostart.delay instance-boot

View File

@@ -2007,7 +2007,7 @@
{
"boot.autostart": {
"liveupdate": "no",
"longdesc": "If set to `false`, restore the last state.",
"longdesc": "If unset or set to `last-state`, restores the last state.",
"shortdesc": "Whether to always start the instance when the daemon starts",
"type": "bool"
}