diff options
author | Mike Yuan <me@yhndnzj.com> | 2023-03-18 18:29:48 +0100 |
---|---|---|
committer | Mike Yuan <me@yhndnzj.com> | 2023-03-18 18:29:48 +0100 |
commit | 23c4c0340645cc1711d9e5446dcace10104b4491 (patch) | |
tree | 7e93257e76528cff3035b8912fa42b413e299ce1 /units/systemd-sysext.service | |
parent | man: explicitly list three command syntax at the beginning (diff) | |
download | systemd-23c4c0340645cc1711d9e5446dcace10104b4491.tar.xz systemd-23c4c0340645cc1711d9e5446dcace10104b4491.zip |
unit: sysext: update unit name for sd-tmpfiles-setup
Fixes #26882
Diffstat (limited to 'units/systemd-sysext.service')
-rw-r--r-- | units/systemd-sysext.service | 2 |
1 files changed, 1 insertions, 1 deletions
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 |