From 25e98e331dcbdf89cb5554dc9ba4d34452a135d2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Thu, 14 Mar 2024 10:18:58 +0100 Subject: [PATCH] units: retitle systemd-bootctl*.{service,socket} MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit "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. --- units/systemd-bootctl.socket | 2 +- units/systemd-bootctl@.service.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/units/systemd-bootctl.socket b/units/systemd-bootctl.socket index bfc64358a6..59151ba161 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 5ca889bfab..73175f1a93 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 -- 2.25.1