init: Introduce UnitStore

This will be necessary to store persistent information about units like
if they are currently started and which process is associated with them.
This commit is contained in:
bjorn3
2026-02-25 22:06:25 +01:00
parent 73cc0b0a07
commit 6fcb07e7dd
7 changed files with 179 additions and 77 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"unit": {},
"switchroot": {
"prefix": "/usr",
"etcdir": "/etc"
}
}