diff options
Diffstat (limited to 'init/src/main.rs')
| -rw-r--r-- | init/src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/src/main.rs b/init/src/main.rs index fa7d086..6821bd6 100644 --- a/init/src/main.rs +++ b/init/src/main.rs @@ -79,7 +79,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> { let _ = sigchld::setup_sigchld_handler(); - thread::spawn(move || services_mainloop()); + thread::spawn(services_mainloop); Ok(()) } |
