summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2023-03-19 12:18:10 +0900
committerGitHub <noreply@github.com>2023-03-19 12:18:10 +0900
commit55882f648ed5425de34849c206e87f570f14b131 (patch)
tree5793fca4ce95be8fdc40ee8aeeb5b75bf55b7bbb
parent3867264c7823b19b6f736b036836e1ea9a3e53ec (diff)
parent7d33146dbc1bd727a2923bb2da54856a7cb15fb5 (diff)
downloadsystemd-55882f648ed5425de34849c206e87f570f14b131.tar.gz
Merge pull request #26884 from YHNdnzj/tmpfiles-unit-name-update
Update references to obsolete systemd-tmpfiles.service
-rw-r--r--README2
-rw-r--r--docs/UIDS-GIDS.md2
-rw-r--r--units/systemd-sysext.service2
3 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index a94f71cc66..e60ff16ef1 100644
--- a/README
+++ b/README
@@ -305,7 +305,7 @@ USERS AND GROUPS:
group to exist. New journal files will be readable by this group (but
not writable), which may be used to grant specific users read access. In
addition, system groups "wheel" and "adm" will be given read-only access
- to journal files using systemd-tmpfiles.service.
+ to journal files using systemd-tmpfiles-setup.service.
The journal remote daemon requires the "systemd-journal-remote" system
user and group to exist. During execution this network facing service
diff --git a/docs/UIDS-GIDS.md b/docs/UIDS-GIDS.md
index 57e8f4d4f5..db4cac4cc3 100644
--- a/docs/UIDS-GIDS.md
+++ b/docs/UIDS-GIDS.md
@@ -301,7 +301,7 @@ means they should not be provided by any networked service (as those usually
become available during late boot only), except if a local cache is kept that
makes them available during early boot too (i.e. before networking is
up). Specifically, system users need to be resolvable at least before
-`systemd-udevd.service` and `systemd-tmpfiles.service` are started, as both
+`systemd-udevd.service` and `systemd-tmpfiles-setup.service` are started, as both
need to resolve system users — but note that there might be more services
requiring full resolvability of system users than just these two.
diff --git a/units/systemd-sysext.service b/units/systemd-sysext.service
index 254de2b623..f8c26f5fbf 100644
--- a/units/systemd-sysext.service
+++ b/units/systemd-sysext.service
@@ -20,7 +20,7 @@ ConditionDirectoryNotEmpty=|/usr/lib/extensions
DefaultDependencies=no
After=local-fs.target
-Before=sysinit.target systemd-tmpfiles.service
+Before=sysinit.target systemd-tmpfiles-setup.service
Conflicts=shutdown.target initrd-switch-root.target
Before=shutdown.target initrd-switch-root.target