cloudflare / boringtun

Userspace WireGuard® Implementation in Rust
BSD 3-Clause "New" or "Revised" License
5.92k stars 396 forks source link

Fix log files not working in daemon mode, update some dependencies and silence poll interrupted error #361

Open MemoryLeak55 opened 10 months ago

MemoryLeak55 commented 10 months ago

I added the ability to the cli to set pid files, useful for systemd units. I added the ability to set a working dir, and updated daemonize and tracing to the latest versions. Logging to files now work in daemon mode, as well as no complaints from epoll about being interrupted