From: Zbigniew Jędrzejewski-Szmek Date: Thu, 14 Mar 2024 09:18:58 +0000 (+0100) Subject: units: retitle systemd-bootctl*.{service,socket} X-Git-Tag: v256-rc1~509^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25e98e331dcbdf89cb5554dc9ba4d34452a135d2;p=thirdparty%2Fsystemd.git units: retitle systemd-bootctl*.{service,socket} "Starting Boot Control…" would be a fairly confusing message in the boot logs. Use "… Service" to mirror what we have in other services like systemd-{hostnamed,timedated,portabled,machined,…}.service. --- diff --git a/units/systemd-bootctl.socket b/units/systemd-bootctl.socket index bfc64358a61..59151ba161c 100644 --- a/units/systemd-bootctl.socket +++ b/units/systemd-bootctl.socket @@ -8,7 +8,7 @@ # (at your option) any later version. [Unit] -Description=Boot Control +Description=Boot Entries Service Socket Documentation=man:bootctl(1) DefaultDependencies=no After=local-fs.target diff --git a/units/systemd-bootctl@.service.in b/units/systemd-bootctl@.service.in index 5ca889bfabc..73175f1a93d 100644 --- a/units/systemd-bootctl@.service.in +++ b/units/systemd-bootctl@.service.in @@ -8,7 +8,7 @@ # (at your option) any later version. [Unit] -Description=Boot Control +Description=Boot Entries Service Documentation=man:bootctl(1) DefaultDependencies=no Conflicts=shutdown.target