mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-08-15 17:39:52 +00:00
Fixes #5572 Fixes #2424 This makes it so that MAS binds on a temporary path on startup, sets permissions and then moves it to the configured path. This means that we don't error out anymore if there is a stale socket file, and that it is safe to rollout a new process without killing the old one first, without breaking connections.