From b5c8cc0a3b8e4e2fea0539d6420a76b524ea5735 Mon Sep 17 00:00:00 2001 From: Mike Yuan Date: Sat, 15 Jun 2024 17:27:33 +0200 Subject: [PATCH] man,units: drop "temporary" from description of systemd-tmpfiles Historically, systemd-tmpfiles was designed to manager temporary files, but nowadays it has become a generic tool for managing all kinds of files. To avoid user confusion, let's remove "temporary" from the tool's description. As discussed in #33349 --- man/systemd-tmpfiles.xml | 8 +++++--- units/systemd-tmpfiles-setup.service | 2 +- units/user/systemd-tmpfiles-setup.service | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/man/systemd-tmpfiles.xml b/man/systemd-tmpfiles.xml index 6f3ec66611f..9767aead851 100644 --- a/man/systemd-tmpfiles.xml +++ b/man/systemd-tmpfiles.xml @@ -55,9 +55,11 @@ Description - systemd-tmpfiles creates, deletes, and cleans up volatile and temporary files - and directories, using the configuration file format and location specified in - tmpfiles.d5. It must + systemd-tmpfiles creates, deletes, and cleans up files and directories, using + the configuration file format and location specified in + tmpfiles.d5. + Historically, it was designed to manage volatile and temporary files, as the name suggests, but it provides + generic file management functionality and can be used to manage any kind of files. It must be invoked with one or more commands , , and , to select the respective subset of operations. diff --git a/units/systemd-tmpfiles-setup.service b/units/systemd-tmpfiles-setup.service index 6cae32850f4..b92beb73141 100644 --- a/units/systemd-tmpfiles-setup.service +++ b/units/systemd-tmpfiles-setup.service @@ -8,7 +8,7 @@ # (at your option) any later version. [Unit] -Description=Create Volatile Files and Directories +Description=Create System Files and Directories Documentation=man:tmpfiles.d(5) man:systemd-tmpfiles(8) DefaultDependencies=no diff --git a/units/user/systemd-tmpfiles-setup.service b/units/user/systemd-tmpfiles-setup.service index 156689edcd8..54e453c4fcc 100644 --- a/units/user/systemd-tmpfiles-setup.service +++ b/units/user/systemd-tmpfiles-setup.service @@ -8,7 +8,7 @@ # (at your option) any later version. [Unit] -Description=Create User's Volatile Files and Directories +Description=Create User Files and Directories Documentation=man:tmpfiles.d(5) man:systemd-tmpfiles(8) DefaultDependencies=no Conflicts=shutdown.target