summaryrefslogtreecommitdiff
path: root/units
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2022-03-08 01:33:29 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2022-03-22 15:27:06 +0900
commit2336bde96420475ccb054326f27290fa0228f27d (patch)
tree88fe600568d514c12d97a865895367b865d62711 /units
parent1baeee5784f1b859d2a1446f6776efe6d7fde7b6 (diff)
downloadsystemd-2336bde96420475ccb054326f27290fa0228f27d.tar.gz
unit: make systemd-udev-trigger.service use --prioritized-subsystem
Replaces #19637 and #22643.
Diffstat (limited to 'units')
-rw-r--r--units/systemd-udev-trigger.service3
1 files changed, 1 insertions, 2 deletions
diff --git a/units/systemd-udev-trigger.service b/units/systemd-udev-trigger.service
index 3d0f7b4f20..5e91995060 100644
--- a/units/systemd-udev-trigger.service
+++ b/units/systemd-udev-trigger.service
@@ -19,5 +19,4 @@ ConditionPathIsReadWrite=/sys
[Service]
Type=oneshot
RemainAfterExit=yes
-ExecStart=-udevadm trigger --type=subsystems --action=add
-ExecStart=-udevadm trigger --type=devices --action=add
+ExecStart=-udevadm trigger --type=all --action=add --prioritized-subsystem=block,tpmrm