1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-22 22:42:48 +03:00
wezterm/wezterm-mux-server
Wez Furlong 338174b430
mux: fix pid file locking
This got broken around the time we started to re-exec the mux
server.  Since the fd was CLOEXEC we'd essentially unlock and
ignore the lock at the point we'd re-exec.

This commit allows the fd to remain open and locked across
the exec, and causes the exec'd process to set CLOEXEC by
explicitly telling it about the log fd, so that shells and
things spawned by the mux don't hold the lock.
2023-03-29 06:10:11 -07:00
..
src mux: fix pid file locking 2023-03-29 06:10:11 -07:00
build.rs fix build.rs on windows, take 2 2023-03-28 19:45:52 -07:00
Cargo.toml windows: add manifest to config-using console apps, force UTF8 ACP 2023-03-28 19:18:48 -07:00