11 lines
372 B
Diff
11 lines
372 B
Diff
--- 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()?;
|
|
|