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 bb277591e2
No known key found for this signature in database
19 changed files with 1679 additions and 56 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;