diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-07-01 11:40:17 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-07-01 11:44:31 +0200 |
commit | 2f15b35352007a7c7a3b58621c199b705571b2cd (patch) | |
tree | 8bc449f56f310d966f91c4b7a23bcf31e21846e0 /NEWS | |
parent | 3c43522cb7914595a181084e556d241be648c7bf (diff) | |
download | systemd-2f15b35352007a7c7a3b58621c199b705571b2cd.tar.gz |
NEWS: fix misplaces parenthesis
https://github.com/systemd/systemd/commit/154b2f6129018f3b731839ba8b52bfa3e9ee6230#commitcomment-52902617
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -30,8 +30,8 @@ CHANGES WITH 249 in spe: * PID 1 may now show both the unit name and the unit description strings in its status output during boot. This may be configured with - StatusUnitFormat=combined (or systemd.status-unit-format=combined) on - the kernel command line. + StatusUnitFormat=combined in system.conf or + systemd.status-unit-format=combined on the kernel command line. * systemd-firstboot now also supports querying various system parameters via the credential subsystems. Thus, as above this may be |