]> git.ipfire.org Git - thirdparty/systemd.git/commit
units: drop "(Varlink)"
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 14 Mar 2024 09:16:25 +0000 (10:16 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 14 Mar 2024 10:14:10 +0000 (11:14 +0100)
commit3986aa6d08c967a5b93c5bcd73755674c53bb5d5
treeb40433c8a3f8bed3c1daafb2b2bbb5ba63ba8ae7
parent4fd9ed3e413f292d953bacd1b67794f5233dbc54
units: drop "(Varlink)"

We generally don't specify the protocol implementation in unit descriptions.

For journald, we have:
  $ git grep Description 'units/*journald*'
  units/systemd-journald-audit.socket:Description=Journal Audit Socket
  units/systemd-journald-dev-log.socket:Description=Journal Socket (/dev/log)
  units/systemd-journald-varlink@.socket:Description=Journal Varlink Socket for Namespace %i
  units/systemd-journald.service.in:Description=Journal Service
  units/systemd-journald.socket:Description=Journal Sockets
  units/systemd-journald@.service.in:Description=Journal Service for Namespace %i
  units/systemd-journald@.socket:Description=Journal Sockets for Namespace %i
so we need to keep "Varlink" in the name. But also use "Sockets" (plural)
for the "main" socket unit, since it opens multiple sockets.
units/systemd-bootctl.socket
units/systemd-bootctl@.service.in
units/systemd-creds.socket
units/systemd-creds@.service
units/systemd-hostnamed.socket
units/systemd-journald.socket
units/systemd-journald@.socket
units/systemd-pcrlock.socket
units/systemd-pcrlock@.service.in
units/systemd-sysext.socket
units/systemd-sysext@.service