You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running as a systemd service, poolmon runs in foreground mode.
In this case, log output is not immediately written to disk, so buffering of stdout should be disabled by $| = 1.
The text was updated successfully, but these errors were encountered:
When running as a systemd service, poolmon runs in foreground mode.
In this case, log output is not immediately written to disk, so buffering of stdout should be disabled by
$| = 1
.The text was updated successfully, but these errors were encountered: