diff options
author | Mike Yuan <me@yhndnzj.com> | 2024-06-15 17:27:33 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2024-06-15 19:08:35 +0200 |
commit | b5c8cc0a3b8e4e2fea0539d6420a76b524ea5735 (patch) | |
tree | b20e5b5db949c69208784327f991afd55d202724 /units/systemd-tmpfiles-setup.service | |
parent | random-util: add crypto_random_bytes_allocate_iovec() (diff) | |
download | systemd-b5c8cc0a3b8e4e2fea0539d6420a76b524ea5735.tar.xz systemd-b5c8cc0a3b8e4e2fea0539d6420a76b524ea5735.zip |
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
Diffstat (limited to 'units/systemd-tmpfiles-setup.service')
-rw-r--r-- | units/systemd-tmpfiles-setup.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/systemd-tmpfiles-setup.service b/units/systemd-tmpfiles-setup.service index 6cae32850f..b92beb7314 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 |