mirror of
https://github.com/outbackdingo/incus-os.git
synced 2026-01-28 02:19:20 +00:00
23 lines
725 B
Markdown
23 lines
725 B
Markdown
# System configuration
|
|
IncusOS runs a management daemon which is responsible not just of
|
|
starting and stopping the various applications and services but also of
|
|
correctly bringing up system networking and storage, handle updates and
|
|
manage encryption keys.
|
|
|
|
Those core system functions each have their own state and configuration
|
|
as well as relevant actions.
|
|
|
|
```{toctree}
|
|
:maxdepth: 1
|
|
|
|
Backup/Restore </reference/system/backup>
|
|
Logging </reference/system/logging>
|
|
Network </reference/system/network>
|
|
Power </reference/system/power>
|
|
Providers </reference/system/providers>
|
|
Resources </reference/system/resources>
|
|
Security </reference/system/security>
|
|
Storage </reference/system/storage>
|
|
Update </reference/system/update>
|
|
```
|