diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-08-11 06:45:25 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-08-12 00:55:20 +0200 |
commit | 12aac8ea45ab0fbdbeb5fe51bcd9537b8254bed9 (patch) | |
tree | 4e5de72d366cc73b0aeddb8ee44dbe9ce388138b /units/systemd-tmpfiles-setup.service | |
parent | iovec-util: add iovw_isempty() helper (diff) | |
download | systemd-12aac8ea45ab0fbdbeb5fe51bcd9537b8254bed9.tar.xz systemd-12aac8ea45ab0fbdbeb5fe51bcd9537b8254bed9.zip |
Revert "unit: make udev rules really take precedence over tmpfiles"
This reverts commits 112a41b6ece19d03e951d886fe2f26512ab31fab,
3178698bb5352989e4bff866641838b1c2a0efcb, and
b768379e8b494b025f41946205944a6f3a1a553f.
The commit 112a41b6ece19d03e951d886fe2f26512ab31fab introduces #28765,
as systemd-tmpfiles-setup.service has ordering after local-fs.target,
but usually the target requires block devices processed by udevd.
Hence, the service can only start after the block devices timed out.
Fixes #28765.
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 2e04733a5d..6c5e3de8fd 100644 --- a/units/systemd-tmpfiles-setup.service +++ b/units/systemd-tmpfiles-setup.service @@ -13,7 +13,7 @@ Documentation=man:tmpfiles.d(5) man:systemd-tmpfiles(8) DefaultDependencies=no After=local-fs.target systemd-sysusers.service systemd-journald.service -Before=sysinit.target systemd-udevd.service +Before=sysinit.target Conflicts=shutdown.target initrd-switch-root.target Before=shutdown.target initrd-switch-root.target RefuseManualStop=yes |