mirror of
https://github.com/chatmail/relay.git
synced 2026-08-29 19:43:14 +00:00
iter_output() waited until its caller's first next() call to spawn the journalctl tail, which could lead to log traffic being missed, hanging next() forever: start the tail right away instead.