feat(hostd): varlink interfaced host controller to manage machine configuration and boot mgmt

This commit is contained in:
Lars Sjöström 2025-01-08 11:09:34 +01:00
parent 8e99ab4555
commit 9274a02dd3
No known key found for this signature in database
20 changed files with 1439 additions and 51 deletions
systemd-ipc/src

2
systemd-ipc/src/lib.rs Normal file
View file

@ -0,0 +1,2 @@
pub mod addrs;
pub mod io_systemd_hostname;