diff --git a/src/shared/fork-notify.c b/src/shared/fork-notify.c index 624ddab8d1..cf014c2593 100644 --- a/src/shared/fork-notify.c +++ b/src/shared/fork-notify.c @@ -219,7 +219,7 @@ int journal_fork(RuntimeScope scope, char * const* units, PidRef *ret_pidref) { "-q", "--follow", "--no-pager", - "--lines=1", + "--lines=0", "--synchronize-on-exit=yes"); if (!argv) return log_oom_debug();