udev: Add udev listener service

This service lives in the user daemon and has the path
/com/steampowered/SteamOSManager1/UdevEvents
This commit is contained in:
Vicki Pfau 2024-05-30 17:42:42 -07:00
parent 67736cef01
commit 6dc04e70d2
6 changed files with 239 additions and 6 deletions

View file

@ -20,6 +20,7 @@ mod process;
mod sls;
mod systemd;
mod thread;
mod udev;
pub mod cec;
pub mod daemon;