spotlights-macbook-air: Initialize muvm

This commit is contained in:
Spotlight 2025-02-27 23:44:20 -06:00
parent 05a7847913
commit b428477394
Signed by: spotlight
GPG key ID: 874AA355B3209BDC
6 changed files with 248 additions and 2 deletions

View file

@ -0,0 +1,11 @@
--- a/crates/muvm/src/guest/bin/muvm-guest.rs
+++ b/crates/muvm/src/guest/bin/muvm-guest.rs
@@ -50,7 +50,7 @@ fn main() -> Result<()> {
rustix::stdio::dup2_stdout(console.as_fd())?;
rustix::stdio::dup2_stderr(console.as_fd())?;
- Command::new("/usr/lib/systemd/systemd-udevd").spawn()?;
+ Command::new("@systemd-udevd@").spawn()?;
setup_fex()?;