mirror of
https://github.com/bol-van/zapret.git
synced 2026-07-11 10:11:12 +09:00
a1d29b0c3a
Forces stdout and stderr to always use line buffering. Note that glibc does automatically flush on newline iff connected to a terminal, but that is not the case when running under systemd. See also https://www.gnu.org/software/libc/manual/html_node/Buffering-Concepts.html https://www.gnu.org/software/libc/manual/html_node/Controlling-Buffering.html