mirror of
https://github.com/lxc/incus.git
synced 2026-02-05 09:46:19 +01:00
doc: Update config
Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
This commit is contained in:
@@ -1906,11 +1906,12 @@ The number of seconds to wait after the instance started before starting the nex
|
||||
```
|
||||
|
||||
```{config:option} boot.autostart.priority instance-boot
|
||||
:defaultdesc: "0"
|
||||
:liveupdate: "no"
|
||||
:shortdesc: "What order to start the instances in"
|
||||
:type: "integer"
|
||||
The instance with the highest value is started first.
|
||||
Instances without a priority set will be started (with some parallelism) ahead of
|
||||
instances with a priority set.
|
||||
```
|
||||
|
||||
```{config:option} boot.host_shutdown_action instance-boot
|
||||
|
||||
@@ -2181,9 +2181,8 @@
|
||||
},
|
||||
{
|
||||
"boot.autostart.priority": {
|
||||
"defaultdesc": "0",
|
||||
"liveupdate": "no",
|
||||
"longdesc": "The instance with the highest value is started first.",
|
||||
"longdesc": "The instance with the highest value is started first.\nInstances without a priority set will be started (with some parallelism) ahead of\ninstances with a priority set.",
|
||||
"shortdesc": "What order to start the instances in",
|
||||
"type": "integer"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user