pid1: add new mode systemd.show-status=error and use it when 'quiet' is passed
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 29 Feb 2020 16:49:50 +0000 (17:49 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 1 Mar 2020 10:48:23 +0000 (11:48 +0100)
commit0d066dd1a4cdb6514c8630fc0cf841495bc820a3
tree6e7af5b667a8cb85c1d76c67891f639a83a8ac8c
parent5bcf34ebf3033352cbfcad1a954cb8c11526e401
pid1: add new mode systemd.show-status=error and use it when 'quiet' is passed

systemd.show-status=error is useful for the case where people care about errors
only.

If people want to have a quiet boot, they most likely don't want to see all
status output even if there is a delay in boot, so make "quiet" imply
systemd.show-status=error instead of systemd.show-status=auto.

Fixes #14976.
TODO
man/systemd.xml
src/core/main.c
src/core/manager.c
src/core/show-status.c
src/core/show-status.h